ServiceNow Helper
ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Co to jest ServiceNow Helper?
ServiceNow Helper to rozszerzenie Chrome opracowane przez Dennis, a jego główną funkcją jest „ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ServiceNow Helper
Pobierz pliki rozszerzeń ServiceNow Helper 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
Current features: - New in v1.5: Add notes to your instances. - Open your ServiceNow instances with one click. - Switch easily and fast between instances. - Measure client-side dashboard performance on a Service Portal. - Add the Application navigator when it's not shown. There are no customizations needed on your ServiceNow instances for this extension to work.
Podstawowe informacje o rozszerzeniu
Nazwa | ServiceNow Helper |
ID | eepchnnogblhpifamaeejlpkigkcjkke |
Oficjalny URL | https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke |
Opis | ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way. |
Rozmiar pliku | 79.85 KB |
Liczba instalacji | 167 |
Aktualna Wersja | 1.5.5 |
Ostatnia Aktualizacja | 2022-03-01 |
Data Publikacji | 2020-04-03 |
Deweloper | Dennis |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.5", "name": "ServiceNow Helper", "short_name": "SN Helper", "author": "OneStarter", "description": "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |