SN QUICK
A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
O que é SN QUICK?
SN QUICK é uma extensão do Chrome desenvolvida por SN QUICK, e sua principal característica é "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SN QUICK
Baixe arquivos de extensão SN QUICK 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
SN QUICK - Developer Tool Quick Search all your searches starting with "ServiceNow" so your searches always provide relevant results. Also, be sure to leverage shortcut keys with "Tab" that expands key, common ServiceNow terms to streamline your development tasks. Quick Sheets are provided for GlideRecord, GlideQuery, GlideAggregate, & GlideAjax that open a link to the respective SN QUICK page. Filter, Copy, Paste, & Go. This tool provides key features in a smaller scope to those offered on the SN QUICK main website, so be sure to check out the site for more in-depth developer tools to streamline and expedite your ServiceNow development tasks.
Informações Básicas da Extensão
Nome | SN QUICK |
ID | jeembfabfaajhaachbpepocffjmbbdbo |
URL Oficial | https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo |
Descrição | A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders. |
Tamanho do Arquivo | 39.79 KB |
Contagem de Instalações | 126 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-03-23 |
Data de Publicação | 2022-10-31 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | SN QUICK |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sn-quick.web.app/ |
URL da Página de Política de Privacidade | https://sn-quick.web.app |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN QUICK", "version": "1.0.2", "description": "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.", "manifest_version": 3, "author": "Seung Chi", "action": { "default_popup": "index.html", "default_title": "SN QUICK", "default_icon": "images\/snquick_logo_16.png" }, "icons": { "16": "images\/snquick_logo_16.png", "32": "images\/snquick_logo_32.png", "48": "images\/snquick_logo_48.png", "128": "images\/snquick_logo_128.png" } } |