SN QUICK

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

SN QUICKとは何ですか?

SN QUICKはSN QUICKによって開発されたChromeの拡張機能で、その主な機能は「A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SN QUICK拡張機能のCRXファイルをダウンロード

SN QUICK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SN QUICK SN QUICK
ID jeembfabfaajhaachbpepocffjmbbdbo
公式URL https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo
説明 A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
ファイルサイズ 39.79 KB
インストール数 126
現在のバージョン 1.0.2
最終更新日 2023-03-23
公開日 2022-10-31
評価 5.00/5 合計 1 レビュー
開発者 SN QUICK
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sn-quick.web.app/
プライバシーポリシーページのURL https://sn-quick.web.app
対応言語 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"
    }
}