Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Что такое Epoxy for IT Glue?
Epoxy for IT Glue - это расширение Chrome, разработанное Information Development, Inc., и его основная функция - "Extended custom functionality and UI improvements for IT Glue.".
Снимки экрана расширения
Скачать файл CRX расширения Epoxy for IT Glue
Скачайте файлы расширений Epoxy for IT Glue в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds the following UI improvements and other functionality to IT Glue: - Formatted contact phone numbers with tel: links - An indicator showing the number of tagged items in tag fields - An indicator showing the number of items in related item lists - A link for creating a new core or flexible asset directly from a tag field in edit mode - A "copy to clipboard" button for related item lists - Datto RMM integration links point to the new UI
Основная информация о расширении
Название | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
Официальный URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Описание | Extended custom functionality and UI improvements for IT Glue. |
Размер файла | 15.52 KB |
Количество установок | 301 |
Текущая Версия | 0.7.0 |
Последнее Обновление | 2021-12-09 |
Дата публикации | 2020-06-03 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Information Development, Inc. |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/informationdevelopment/epoxy |
URL страницы помощи | https://github.com/informationdevelopment/epoxy/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Epoxy for IT Glue", "version": "0.7.0", "author": "David Haymond", "description": "Extended custom functionality and UI improvements for IT Glue.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.itglue.com\/*" ], "js": [ "epoxy.js" ], "css": [ "epoxy.css" ] } ] } |