SwissNow (On Premise) - ServiceNOW toolbox
Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.
SwissNow (On Premise) - ServiceNOW toolboxとは何ですか?
SwissNow (On Premise) - ServiceNOW toolboxはŁukasz Krzaczkowskiによって開発されたChromeの拡張機能で、その主な機能は「Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.」です。
拡張機能のスクリーンショット
SwissNow (On Premise) - ServiceNOW toolbox拡張機能のCRXファイルをダウンロード
SwissNow (On Premise) - ServiceNOW toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A version of SwissNow extension supporting on premise versions of ServiceNow. Both versions of the plugin share the same code base and functionality. This version of the plugin requires additional permissions to be able to access ServiceNow instance. If you do not plan to use on premise ServiceNow instances, please use the base version: https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm
拡張機能の基本情報
名前 | SwissNow (On Premise) - ServiceNOW toolbox |
ID | ggfnhpnjafcnfdccnjhohmobekdicghn |
公式URL | https://chromewebstore.google.com/detail/swissnow-on-premise-servi/ggfnhpnjafcnfdccnjhohmobekdicghn |
説明 | Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW. |
ファイルサイズ | 792 KB |
インストール数 | 133 |
現在のバージョン | 0.13.704-S-onprem |
最終更新日 | 2023-07-05 |
公開日 | 2020-05-21 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Łukasz Krzaczkowski |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/swissnow-servicenow-toolb/jneeammdkdmlfgidcacmjmbijdmkdbjm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "SwissNow (On Premise) - ServiceNOW toolbox", "name": "SwissNow (On Premise) - ServiceNOW toolbox", "description": "Swiss Knife for ServiceNOW. Lightweight toolbox for ServiceNOW.", "version": "0.13.704", "version_name": "0.13.704-S-onprem", "page_action": { "default_icon": "menu_active.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "cookies", "storage", "alarms", "notifications", "contextMenus", "*:\/\/*\/", "file:\/\/\/*.js" ], "icons": { "16": "menu_active.png", "128": "menu_active.png" }, "background": { "scripts": [ "common.js", "js\/2.5.3-crypto-sha1.js", "polling.js", "background.js" ] } } |