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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |