K-State ServiceNow Title Changer

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

Qu'est-ce que K-State ServiceNow Title Changer ?

K-State ServiceNow Title Changer est une extension Chrome développée par George Walker, et sa fonction principale est "Changes the title of the Service-Now page/tab to make it more helpful.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension K-State ServiceNow Title Changer

Téléchargez les fichiers d'extension K-State ServiceNow Title Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
URL Officiel 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.
Taille du Fichier 23.13 KB
Nombre d'Installations 23
Version Actuelle 1.0.7
Dernière Mise à Jour 2014-06-12
Date de Publication 2014-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur George Walker
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.georgewwalker.com/projects/sntitlechanger/
Langues Prises en Charge 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"
            ]
        }
    ]
}