ServiceNow Helper
ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
什麼是ServiceNow Helper?
ServiceNow Helper是由Dennis開發的Chrome擴展程式,該擴展的主要功能是“ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.”。
擴展截圖
下載ServiceNow Helper擴展crx文件
下載ServiceNow Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Current features: - New in v1.5: Add notes to your instances. - Open your ServiceNow instances with one click. - Switch easily and fast between instances. - Measure client-side dashboard performance on a Service Portal. - Add the Application navigator when it's not shown. There are no customizations needed on your ServiceNow instances for this extension to work.
擴展基本資訊
名稱 | ServiceNow Helper |
ID | eepchnnogblhpifamaeejlpkigkcjkke |
官方網址 | https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke |
簡介 | ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way. |
檔案大小 | 79.85 KB |
安裝次數 | 167 |
目前版本 | 1.5.5 |
更新時間 | 2022-03-01 |
上架時間 | 2020-04-03 |
開發者 | Dennis |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.5", "name": "ServiceNow Helper", "short_name": "SN Helper", "author": "OneStarter", "description": "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |