SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
什么是SN Search?
SN Search是由rutulpatel.rtl开发的Chrome扩展程序,该扩展的主要功能是“Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.”。
扩展截图
下载SN Search扩展crx文件
下载SN Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Google chrome omnibox extension to open Service-Now ticket directly through browser.
Just type "sn " to directly go to that ticket.
You can enter RTASK, STASK, SRQ, SITM, CTASK, CRQ, INC, etc. number at place in above syntax. 扩展基本信息
| 名称 | |
| ID | idkeaffmcbakhghefaafgpcdlnngkjge |
| 官方URL | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
| 简介 | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
| 文件大小 | 121 KB |
| 安装次数 | 200 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2015-06-05 |
| 上架时间 | 2015-06-05 |
| 评分 | 4.60/5 共5次评分 |
| 开发者 | rutulpatel.rtl |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SN Search",
"description": "Enables Google Chrome omnibox to search Service-Now tickets by entering \"sn\" and ticket number.",
"version": "1.0.2",
"manifest_version": 2,
"omnibox": {
"keyword": "sn"
},
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"16": "icon_16.png"
},
"background": {
"scripts": [
"background.js"
]
},
"minimum_chrome_version": "9",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage"
]
} | |