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 |
公式URL | 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 |
Eメール | [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" ] } |