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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ServiceNow Switch Instance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |