SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
Cos'è SN Search?
SN Search è un'estensione di Chrome sviluppata da rutulpatel.rtl, e la sua funzione principale è "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SN Search
Scarica i file di estensione SN Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
URL Ufficiale | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Descrizione | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
Dimensione del File | 121 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2015-06-05 |
Data di Pubblicazione | 2015-06-05 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | rutulpatel.rtl |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |