SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
Cos'è SwissNow (On Premise) - ServiceNOW toolbox?
SwissNow (On Premise) - ServiceNOW toolbox è un'estensione di Chrome sviluppata da Łukasz Krzaczkowski, e la sua funzione principale è "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SwissNow (On Premise) - ServiceNOW toolbox
Scarica i file di estensione SwissNow (On Premise) - ServiceNOW toolbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
URL Ufficiale | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
Descrizione | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
Dimensione del File | 792 KB |
Conteggio Installazioni | 133 |
Versione Corrente | 0.13.704-S-onprem |
Ultimo Aggiornamento | 2023-07-05 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Łukasz Krzaczkowski |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
Lingue Supportate | 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" ] } } |