SN Instances manager
This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Co to jest SN Instances manager?
SN Instances manager to rozszerzenie Chrome opracowane przez Daniele Songini, a jego główną funkcją jest „This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SN Instances manager
Pobierz pliki rozszerzeń SN Instances manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying activities like copying and pasting URL between multiple customers’ instances. It helps organize your work without having a crowded bookmarks bar. With only 3 click, you can access all of the most used functionalities
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ieieikplgpickbdhfoeldalfkgkemece |
Oficjalny URL | https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece |
Opis | This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying… |
Rozmiar pliku | 19.53 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-08-23 |
Data Publikacji | 2017-08-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Daniele Songini |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SN Instances manager", "version": "1.0", "author": "Songini Daniele", "icons": { "48": "icons\/meNow.ico" }, "browser_action": { "default_icon": "icons\/meNow.ico", "default_title": "Manage Instance", "default_popup": "popup\/manageInstance.html" }, "options_ui": { "page": "settings\/options.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ " |