SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
¿Qué es SN Search?
SN Search es una extensión de Chrome desarrollada por rutulpatel.rtl, y su función principal es "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SN Search
Descarga archivos de extensión SN Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
URL Oficial | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Descripción | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
Tamaño del Archivo | 121 KB |
Cantidad de Instalaciones | 200 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-06-05 |
Fecha de Publicación | 2015-06-05 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | rutulpatel.rtl |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |