BU ServiceNow
A Whole New ServiceNow
ما هو BU ServiceNow؟
BU ServiceNow هو إضافة Chrome تم تطويرها بواسطة https://www.benjaminfenster.com، والميزة الرئيسية لها هي "A Whole New ServiceNow".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BU ServiceNow
قم بتنزيل ملفات الامتداد BU ServiceNow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
الوصف | A Whole New ServiceNow |
حجم الملف | 1.67 MB |
عدد التثبيتات | 21 |
النسخة الحالية | 4.4 |
آخر تحديث | 2021-04-14 |
تاريخ النشر | 2019-02-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.benjaminfenster.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } |