SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
Was ist SwissNow (On Premise) - ServiceNOW toolbox?
SwissNow (On Premise) - ServiceNOW toolbox ist eine Chrome-Erweiterung, die von Łukasz Krzaczkowski entwickelt wurde, und ihr Hauptmerkmal ist "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.".
Erweiterungsscreenshots
SwissNow (On Premise) - ServiceNOW toolbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie SwissNow (On Premise) - ServiceNOW toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
Offizielle URL | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
Beschreibung | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
Dateigröße | 792 KB |
Installationsanzahl | 133 |
Aktuelle Version | 0.13.704-S-onprem |
Letztes Update | 2023-07-05 |
Veröffentlichungsdatum | 2020-05-21 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Łukasz Krzaczkowski |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
Unterstützte Sprachen | 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" ] } } |