SN QUICK

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

Qu'est-ce que SN QUICK ?

SN QUICK est une extension Chrome développée par SN QUICK, et sa fonction principale est "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SN QUICK

Téléchargez les fichiers d'extension SN QUICK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SN QUICK SN QUICK
ID jeembfabfaajhaachbpepocffjmbbdbo
URL Officiel https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo
Description A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
Taille du Fichier 39.79 KB
Nombre d'Installations 126
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-03-23
Date de Publication 2022-10-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur SN QUICK
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sn-quick.web.app/
URL de la Page de Politique de Confidentialité https://sn-quick.web.app
Langues Prises en Charge 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"
    }
}