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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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"
    ]
}