SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
Co to jest SN Search?
SN Search to rozszerzenie Chrome opracowane przez rutulpatel.rtl, a jego główną funkcją jest „Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SN Search
Pobierz pliki rozszerzeń SN Search 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
Google chrome omnibox extension to open Service-Now ticket directly through browser. Just type "sn" to directly go to that ticket. You can enter RTASK, STASK, SRQ, SITM, CTASK, CRQ, INC, etc. number at place in above syntax.
Podstawowe informacje o rozszerzeniu
Nazwa | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
Oficjalny URL | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Opis | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
Rozmiar pliku | 121 KB |
Liczba instalacji | 200 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-06-05 |
Data Publikacji | 2015-06-05 |
Ocena | 4.60/5 Łącznie 5 Oceny |
Deweloper | rutulpatel.rtl |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Search", "description": "Enables Google Chrome omnibox to search Service-Now tickets by entering \"sn\" and ticket number.", "version": "1.0.2", "manifest_version": 2, "omnibox": { "keyword": "sn" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "9", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |