SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
What is SN Search?
SN Search is a Chrome extension developed by rutulpatel.rtl, and its main feature is "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.".
Extension Screenshots
Download SN Search Extension CRX File
Download SN Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
Official URL | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
Description | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
File Size | 121 KB |
Installation Count | 200 |
Current Version | 1.0.2 |
Last Updated | 2015-06-05 |
Publish Date | 2015-06-05 |
Rating | 4.60/5 Total 5 Ratings |
Developer | rutulpatel.rtl |
Payment Type | free |
Supported Languages | 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" ] } |