ServiceNow Switch Instance

ServiceNow Switch Instance

This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ServiceNow Switch Instance",
  "short_name": "Switch Instance",
  "description": "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.",
  "version": "1.0.6",
  "author": "Rafal Rataj",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html",
    "default_title": "Switch Instance"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}