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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}