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.”。
扩展截图
下载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 |
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" } } |