SN Utils - Tools for ServiceNow Edge

Examine source code of SN Utils - Tools for ServiceNow

Inspect and view changes in SN Utils - Tools for ServiceNow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SN Utils - Tools for ServiceNow",
  "short_name": "SN Utils",
  "description": "Productivity tools for ServiceNow � Edge Edition, offered by SN Utils B.V. Not affiliated with ServiceNow, Inc.",
  "author": "SN Utils B.V. Arnoud Kooi",
  "version": "10.1.2.0",
  "manifest_version": 3,
  "minimum_chrome_version": "114",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "contextMenus",
    "cookies",
    "sidePanel"
  ],
  "icons": {
    "16": "images/icons/icon-16.png",
    "24": "images/icons/icon-24.png",
    "32": "images/icons/icon-32.png",
    "48": "images/icons/icon-48.png",
    "128": "images/icons/icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.service-now.com/*",
        "https://*.servicenowservices.com/*"
      ],
      "exclude_matches": [
        "*://*/*?XML*",
        "*://*/*&XML*",
        "*://*/*?WSDL*",
        "*://*/*&WSDL*",
        "*://*/*validate_multifactor_auth_code.do*"
      ],
      "js": [
        "js/purify.min.js",
        "content_script_all_frames.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://*.service-now.com/*",
        "https://*.servicenowservices.com/*"
      ],
      "exclude_matches": [
        "*://*/*?XML*",
        "*://*/*&XML*",
        "*://*/*?WSDL*",
        "*://*/*&WSDL*",
        "*://*/*validate_multifactor_auth_code.do*"
      ],
      "js": [
        "js/Tinycon.js",
        "content_script_parent.js"
      ],
      "all_frames": false
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+1",
        "mac": "Command+1"
      },
      "description": "Activate Extension"
    },
    "pop": {
      "suggested_key": {
        "default": "Ctrl+2",
        "mac": "Command+2"
      },
      "description": "Pop-In / Pop-Out"
    },
    "show-technical-names": {
      "suggested_key": {
        "default": "Ctrl+3",
        "mac": "Command+3"
      },
      "description": "Show Technical Names"
    },
    "slashcommand-shortcut": {
      "suggested_key": {
        "default": "Ctrl+4",
        "mac": "Command+4"
      },
      "description": "Run /shortcut slashcommand"
    },
    "slashcommand": {
      "description": "Open slashcommand popup"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "inject_next.js",
        "inject_parent.js",
        "css/*",
        "js/*",
        "fonts/*",
        "licensing/*",
        "storagemigrate/*",
        "CHANGELOG.md"
      ],
      "matches": [
        "https://*.service-now.com/*",
        "https://*.servicenowservices.com/*"
      ]
    }
  ],
  "incognito": "split",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; img-src https://*.service-now.com https://*.servicenowservices.com 'self' data:; worker-src 'self'; child-src 'self'; object-src 'none'; frame-src https://*.service-now.com https://*.servicenowservices.com; connect-src https://*.service-now.com https://*.servicenowservices.com https://snutils.com ws://127.0.0.1:1978/"
  },
  "action": {
    "default_title": "SN Utils",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icons/icon-16.png",
      "32": "images/icons/icon-32.png",
      "48": "images/icons/icon-48.png",
      "128": "images/icons/icon-128.png"
    },
    "show_matches": [
      "https://*.service-now.com/*",
      "https://*.servicenowservices.com/*",
      "https://snutils.com/*"
    ]
  },
  "host_permissions": [
    "https://*.service-now.com/*",
    "https://*.servicenowservices.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://snutils.com/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best SN Utils - Tools for ServiceNow Alternatives

Here are some Edge add-ons that are similar to SN Utils - Tools for ServiceNow: