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 |
官方網址 | 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" ] } |