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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον George Walker, και η κύρια λειτουργία του είναι "Changes the title of the Service-Now page/tab to make it more helpful.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης K-State ServiceNow Title Changer

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}