SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
O que é SN Search?
SN Search é uma extensão do Chrome desenvolvida por rutulpatel.rtl, e sua principal característica é "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SN Search
Baixe arquivos de extensão SN Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
URL Oficial | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Descrição | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
Tamanho do Arquivo | 121 KB |
Contagem de Instalações | 200 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-06-05 |
Data de Publicação | 2015-06-05 |
Classificação | 4.60/5 Total de 5 Avaliações |
Desenvolvedor | rutulpatel.rtl |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |