SN QUICK

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

Was ist SN QUICK?

SN QUICK ist eine Chrome-Erweiterung, die von SN QUICK entwickelt wurde, und ihr Hauptmerkmal ist "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SN QUICK-Erweiterungs-CRX-Datei herunterladen

Laden Sie SN QUICK-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SN QUICK SN QUICK
ID jeembfabfaajhaachbpepocffjmbbdbo
Offizielle URL https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo
Beschreibung A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
Dateigröße 39.79 KB
Installationsanzahl 126
Aktuelle Version 1.0.2
Letztes Update 2023-03-23
Veröffentlichungsdatum 2022-10-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler SN QUICK
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sn-quick.web.app/
URL der Datenschutzrichtlinien-Seite https://sn-quick.web.app
Unterstützte Sprachen 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"
    }
}