Version 1.0.6 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://mycomapny.my-domain.net | |
https://developer.chrome.com/extensions/contentSecurityPolicy | https://developer.chrome.com/extensions/tabs#method-query | |
https://developer.chrome.com/extensions/tabs#type-Tab |
{ "name": "ServiceNow Switch Instance", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Rafal Rataj", "version": "1.0.6", "short_name": "Switch Instance", "update_url": "https://clients2.google.com/service/update2/crx", "description": "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.", "permissions": [ "activeTab", "storage", "tabs" ], "options_page": "options.html", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Switch Instance" }, "manifest_version": 2 }