K-State ServiceNow Title Changer
Changes the title of the Service-Now page/tab to make it more helpful.
Apa itu K-State ServiceNow Title Changer?
K-State ServiceNow Title Changer adalah ekstensi Chrome yang dikembangkan oleh George Walker, dan fitur utamanya adalah "Changes the title of the Service-Now page/tab to make it more helpful.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi K-State ServiceNow Title Changer
Unduh file ekstensi K-State ServiceNow Title Changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | anblamhjlbiihkpdgmlfgbeohbpcimfn |
URL Resmi | https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn |
Deskripsi | Changes the title of the Service-Now page/tab to make it more helpful. |
Ukuran File | 23.13 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2014-06-12 |
Tanggal Publikasi | 2014-06-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | George Walker |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.georgewwalker.com/projects/sntitlechanger/ |
Bahasa yang Didukung | 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" ] } ] } |