K-State ServiceNow Title Changer
Changes the title of the Service-Now page/tab to make it more helpful.
¿Qué es K-State ServiceNow Title Changer?
K-State ServiceNow Title Changer es una extensión de Chrome desarrollada por George Walker, y su función principal es "Changes the title of the Service-Now page/tab to make it more helpful.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión K-State ServiceNow Title Changer
Descarga archivos de extensión K-State ServiceNow Title Changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | anblamhjlbiihkpdgmlfgbeohbpcimfn |
URL Oficial | https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn |
Descripción | Changes the title of the Service-Now page/tab to make it more helpful. |
Tamaño del Archivo | 23.13 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.0.7 |
Última Actualización | 2014-06-12 |
Fecha de Publicación | 2014-06-12 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | George Walker |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.georgewwalker.com/projects/sntitlechanger/ |
Idiomas Soportados | 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" ] } ] } |