BU ServiceNow
A Whole New ServiceNow
Apa itu BU ServiceNow?
BU ServiceNow adalah ekstensi Chrome yang dikembangkan oleh https://www.benjaminfenster.com, dan fitur utamanya adalah "A Whole New ServiceNow".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BU ServiceNow
Unduh file ekstensi BU ServiceNow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
URL Resmi | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
Deskripsi | A Whole New ServiceNow |
Ukuran File | 1.67 MB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 4.4 |
Terakhir Diperbarui | 2021-04-14 |
Tanggal Publikasi | 2019-02-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.benjaminfenster.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |