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