We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4d3ab commit 46d3fa4Copy full SHA for 46d3fa4
1 file changed
background/install.js
@@ -2,7 +2,7 @@
2
chrome.runtime.onInstalled.addListener(function (details) {
3
if (details.reason === 'install') {
4
chrome.tabs.create({
5
- url: 'https://www.katalon.com/katalon-recorder-ide'
+ url: 'https://www.katalon.com/sign-up'
6
});
7
}
8
// else if (details.reason === 'update') {
@@ -15,4 +15,4 @@ chrome.runtime.onInstalled.addListener(function (details) {
15
16
17
// chrome.runtime.setUninstallURL('https://store.katalon.com/?utm_source=chrome%20store&utm_campaign=uninstalled%20plugin');
18
-// KAT-END
+// KAT-END
0 commit comments