K-State ServiceNow Title Changer

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

Wat is K-State ServiceNow Title Changer?

K-State ServiceNow Title Changer is een Chrome-extensie ontwikkeld door George Walker, en de belangrijkste functie is "Changes the title of the Service-Now page/tab to make it more helpful.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie K-State ServiceNow Title Changer

Download K-State ServiceNow Title Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
Officiële URL https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn
Beschrijving Changes the title of the Service-Now page/tab to make it more helpful.
Bestandsgrootte 23.13 KB
Aantal Installaties 23
Huidige Versie 1.0.7
Laatst Bijgewerkt 2014-06-12
Publicatiedatum 2014-06-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar George Walker
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.georgewwalker.com/projects/sntitlechanger/
Ondersteunde Talen 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"
            ]
        }
    ]
}