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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}