SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
What is SwissNow (On Premise) - ServiceNOW toolbox?
SwissNow (On Premise) - ServiceNOW toolbox is a Chrome extension developed by Łukasz Krzaczkowski, and its main feature is "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.".
Extension Screenshots
Download SwissNow (On Premise) - ServiceNOW toolbox Extension CRX File
Download SwissNow (On Premise) - ServiceNOW toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A version of SwissNow extension supporting on premise versions of ServiceNow. Both versions of the plugin share the same code base and functionality. This version of the plugin requires additional permissions to be able to access ServiceNow instance. If you do not plan to use on premise ServiceNow instances, please use the base version: https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm
Extension Basic Information
Name | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
Official URL | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
Description | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
File Size | 792 KB |
Installation Count | 133 |
Current Version | 0.13.704-S-onprem |
Last Updated | 2023-07-05 |
Publish Date | 2020-05-21 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Łukasz Krzaczkowski |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "SwissNow (On Premise) - ServiceNOW toolbox", "name": "SwissNow (On Premise) - ServiceNOW toolbox", "description": "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.", "version": "0.13.704", "version_name": "0.13.704-S-onprem", "page_action": { "default_icon": "menu_active.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "cookies", "storage", "alarms", "notifications", "contextMenus", "*:\/\/*\/", "file:\/\/\/*.js" ], "icons": { "16": "menu_active.png", "128": "menu_active.png" }, "background": { "scripts": [ "common.js", "js\/2.5.3-crypto-sha1.js", "polling.js", "background.js" ] } } |