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.".
Снимки экрана расширения
Скачать файл 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.
Основная информация о расширении
Название | |
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" ] } ] } |