K-State ServiceNow Title Changer

Changes the title of the Service-Now page/tab to make it more helpful.

K-State ServiceNow Title Changerとは何ですか?

K-State ServiceNow Title ChangerはGeorge Walkerによって開発されたChromeの拡張機能で、その主な機能は「Changes the title of the Service-Now page/tab to make it more helpful.」です。

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

screenshot

K-State ServiceNow Title Changer拡張機能のCRXファイルをダウンロード

K-State ServiceNow Title Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Changes the title of the Service-Now page/tab to make it more helpful.

Please send feedback for pages that don't display relevant titles and I will try to add them to future releases.                    

拡張機能の基本情報

名前 K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
公式URL https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn
説明 Changes the title of the Service-Now page/tab to make it more helpful.
ファイルサイズ 23.13 KB
インストール数 23
現在のバージョン 1.0.7
最終更新日 2014-06-12
公開日 2014-06-12
評価 5.00/5 合計 1 レビュー
開発者 George Walker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.georgewwalker.com/projects/sntitlechanger/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "K-State ServiceNow Title Changer",
    "version": "1.0.7",
    "description": "Changes the title of the Service-Now page\/tab to make it more helpful.",
    "author": "George Walker",
    "homepage_url": "http:\/\/www.georgewwalker.com\/projects\/sntitlechanger",
    "icons": {
        "128": "servicedesk.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/kstate.service-now.com\/*",
        "https:\/\/kstate.service-now.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/kstate.service-now.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}