K-State ServiceNow Title Changer
Changes the title of the Service-Now page/tab to make it more helpful.
Vad är K-State ServiceNow Title Changer?
K-State ServiceNow Title Changer är en Chrome-tillägg utvecklad av George Walker, och dess huvudfunktion är "Changes the title of the Service-Now page/tab to make it more helpful.".
Tilläggsskärmbilder
Ladda ner K-State ServiceNow Title Changer-förlängningens CRX-fil
Ladda ner K-State ServiceNow Title Changer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | anblamhjlbiihkpdgmlfgbeohbpcimfn |
Officiell webbadress | https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn |
Beskrivning | Changes the title of the Service-Now page/tab to make it more helpful. |
Filstorlek | 23.13 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2014-06-12 |
Publiceringsdatum | 2014-06-12 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | George Walker |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.georgewwalker.com/projects/sntitlechanger/ |
Stödda Språk | 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" ] } ] } |