K-State ServiceNow Title Changer

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

What is K-State ServiceNow Title Changer?

K-State ServiceNow Title Changer is a Chrome extension developed by George Walker, and its main feature is "Changes the title of the Service-Now page/tab to make it more helpful.".

Extension Screenshots

screenshot

Download K-State ServiceNow Title Changer Extension CRX File

Download K-State ServiceNow Title Changer 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

                        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.                    

Extension Basic Information

Name K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
Official URL https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn
Description Changes the title of the Service-Now page/tab to make it more helpful.
File Size 23.13 KB
Installation Count 23
Current Version 1.0.7
Last Updated 2014-06-12
Publish Date 2014-06-12
Rating 5.00/5 Total 1 Ratings
Developer George Walker
Email [email protected]
Payment Type free
Extension Website http://www.georgewwalker.com/projects/sntitlechanger/
Supported Languages 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"
            ]
        }
    ]
}