FreshService Usability Upgrader
This extension provides extra functionality to the freshservice support pages.
Что такое FreshService Usability Upgrader?
FreshService Usability Upgrader - это расширение Chrome, разработанное josh.doades, и его основная функция - "This extension provides extra functionality to the freshservice support pages.".
Снимки экрана расширения
Скачать файл CRX расширения FreshService Usability Upgrader
Скачайте файлы расширений FreshService Usability Upgrader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension provides extra functionality to the freshservice support pages. Tickets will now be highlighted across the whole row. And the tickets page will now auto refresh! See the code & updates here https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
Основная информация о расширении
Название | FreshService Usability Upgrader |
ID | balaaohckebjfjbhblhpeopfcmapaiod |
Официальный URL | https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod |
Описание | This extension provides extra functionality to the freshservice support pages. |
Размер файла | 29.49 KB |
Количество установок | 60 |
Текущая Версия | 0.2 |
Последнее Обновление | 2020-08-11 |
Дата публикации | 2020-05-21 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | josh.doades |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader |
URL страницы помощи | https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FreshService Usability Upgrader", "version": "0.2", "description": "This extension provides extra functionality to the freshservice support pages.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.freshservice.com\/*" ], "js": [ "contentScript.js" ] } ] } |