SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
Qu'est-ce que SwissNow (On Premise) - ServiceNOW toolbox ?
SwissNow (On Premise) - ServiceNOW toolbox est une extension Chrome développée par Łukasz Krzaczkowski, et sa fonction principale est "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SwissNow (On Premise) - ServiceNOW toolbox
Téléchargez les fichiers d'extension SwissNow (On Premise) - ServiceNOW toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
URL Officiel | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
Description | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
Taille du Fichier | 792 KB |
Nombre d'Installations | 133 |
Version Actuelle | 0.13.704-S-onprem |
Dernière Mise à Jour | 2023-07-05 |
Date de Publication | 2020-05-21 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | Łukasz Krzaczkowski |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
Langues Prises en Charge | 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" ] } } |