BU ServiceNow
A Whole New ServiceNow
Qu'est-ce que BU ServiceNow ?
BU ServiceNow est une extension Chrome développée par https://www.benjaminfenster.com, et sa fonction principale est "A Whole New ServiceNow".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BU ServiceNow
Téléchargez les fichiers d'extension BU ServiceNow 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
Built specifically for Boston University, this extension tweaks extensively the ServiceNow environment to streamline answering tickets. With keyboard shortcuts, changes to layout, the addition of One Help's extensive "Client Profile", and myriad other changes, tickets are easier to answer now than ever before. Every feature can be individually enabled or disabled, so you can use only the enhancements you really want.
Informations de Base sur l'Extension
Nom | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
URL Officiel | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
Description | A Whole New ServiceNow |
Taille du Fichier | 1.67 MB |
Nombre d'Installations | 21 |
Version Actuelle | 4.4 |
Dernière Mise à Jour | 2021-04-14 |
Date de Publication | 2019-02-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.benjaminfenster.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BU ServiceNow", "version": "4.4", "manifest_version": 2, "description": "A Whole New ServiceNow", "icons": { "128": "images\/help.png", "16": "images\/help.png" }, "options_page": "options\/index.html", "background": { "page": "background.html" }, "omnibox": { "keyword": "sn" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "dashboard\/index.html", "incident-list\/index.html", "incident-quick\/index.html", "incident-new\/index.html", "view\/*", "options\/index.html", "login\/complete.html", "images\/*", "panels\/*", "js\/*" ], "permissions": [ "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "notifications", "storage", "http:\/\/www.bu.edu\/", "https:\/\/www.bu.edu\/", "https:\/\/bu.service-now.com\/*" ] } |