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.
擴展基本資訊
名稱 | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
官方網址 | 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" ] } |