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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |