SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
SN Search क्या है?
SN Search rutulpatel.rtl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SN Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |