K-State ServiceNow Title Changer
Changes the title of the Service-Now page/tab to make it more helpful.
Co je K-State ServiceNow Title Changer?
K-State ServiceNow Title Changer je rozšíření Chrome vyvinuté George Walker, a jeho hlavní funkcí je „Changes the title of the Service-Now page/tab to make it more helpful.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření K-State ServiceNow Title Changer
Stáhněte si soubory rozšíření K-State ServiceNow Title Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | anblamhjlbiihkpdgmlfgbeohbpcimfn |
Oficiální URL | https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn |
Popis | Changes the title of the Service-Now page/tab to make it more helpful. |
Velikost souboru | 23.13 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2014-06-12 |
Datum Vydání | 2014-06-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | George Walker |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.georgewwalker.com/projects/sntitlechanger/ |
Podporované Jazyky | 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" ] } ] } |