ServiceNow Switch Instance
This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.
ServiceNow Switch Instanceとは何ですか?
ServiceNow Switch Instanceはrafalratajによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.」です。
拡張機能のスクリーンショット
ServiceNow Switch Instance拡張機能のCRXファイルをダウンロード
ServiceNow Switch Instance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin was written to ease work of developers working on multiple ServiceNow instances. It allows to check the current page on a different instance. Eg. https://myinstancedev.service-now.com/nav_to.do?uri=%2Fcmdb_ci_server.do%3Fsys_id%3D1b79fc38wf3126c8c3d6ff7bc2050e39 https://myinstanceprod.service-now.com/nav_to.do?uri=%2Fcmdb_ci_server.do%3Fsys_id%3D1b79fc38wf3126c8c3d6ff7bc2050e39 Extension uses simple replace on instance name int the current URL. in version 1.0.5 on premise instances support added (non service-now.com) Using for the first time you need to configure your instances int the plugin options.
拡張機能の基本情報
名前 | ServiceNow Switch Instance |
ID | njmdnjcoelaoidfcmncailahohiljbmm |
公式URL | https://chromewebstore.google.com/detail/servicenow-switch-instanc/njmdnjcoelaoidfcmncailahohiljbmm |
説明 | This extension allows you to switch to the same page on a different ServiceNow instance based on the URL. |
ファイルサイズ | 13.57 KB |
インストール数 | 460 |
現在のバージョン | 1.0.6 |
最終更新日 | 2018-01-29 |
公開日 | 2018-01-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | rafalrataj |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ServiceNow Switch Instance", "short_name": "Switch Instance", "description": "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.", "version": "1.0.6", "author": "Rafal Rataj", "options_page": "options.html", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Switch Instance" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "tabs" ] } |