SN QUICK

A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.

Cos'è SN QUICK?

SN QUICK è un'estensione di Chrome sviluppata da SN QUICK, e la sua funzione principale è "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SN QUICK

Scarica i file di estensione SN QUICK 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SN QUICK SN QUICK
ID jeembfabfaajhaachbpepocffjmbbdbo
URL Ufficiale https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo
Descrizione A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
Dimensione del File 39.79 KB
Conteggio Installazioni 126
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-03-23
Data di Pubblicazione 2022-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SN QUICK
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sn-quick.web.app/
URL della Pagina della Politica sulla Privacy https://sn-quick.web.app
Lingue Supportate 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"
    }
}