BU ServiceNow
A Whole New ServiceNow
BU ServiceNow là gì?
BU ServiceNow là một tiện ích mở rộng Chrome được phát triển bởi https://www.benjaminfenster.com, và tính năng chính của nó là "A Whole New ServiceNow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BU ServiceNow
Tải xuống các tệp mở rộng BU ServiceNow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
URL Chính Thức | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
Mô tả | A Whole New ServiceNow |
Kích Thước Tệp | 1.67 MB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 4.4 |
Cập Nhật Lần Cuối | 2021-04-14 |
Ngày Phát Hành | 2019-02-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.benjaminfenster.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |