SN QUICK
A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.
SN QUICK là gì?
SN QUICK là một tiện ích mở rộng Chrome được phát triển bởi SN QUICK, và tính năng chính của nó là "A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SN QUICK
Tải xuống các tệp mở rộng SN QUICK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SN QUICK |
ID | jeembfabfaajhaachbpepocffjmbbdbo |
URL Chính Thức | https://chromewebstore.google.com/detail/sn-quick/jeembfabfaajhaachbpepocffjmbbdbo |
Mô tả | A tool for ServiceNow developers to quickly search for ServiceNow terms with shortcut text expanders. |
Kích Thước Tệp | 39.79 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2023-03-23 |
Ngày Phát Hành | 2022-10-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SN QUICK |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sn-quick.web.app/ |
URL Trang Chính Sách Bảo Mật | https://sn-quick.web.app |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |