Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Co to jest Epoxy for IT Glue?
Epoxy for IT Glue to rozszerzenie Chrome opracowane przez Information Development, Inc., a jego główną funkcją jest „Extended custom functionality and UI improvements for IT Glue.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Epoxy for IT Glue
Pobierz pliki rozszerzeń Epoxy for IT Glue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
Oficjalny URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Opis | Extended custom functionality and UI improvements for IT Glue. |
Rozmiar pliku | 15.52 KB |
Liczba instalacji | 301 |
Aktualna Wersja | 0.7.0 |
Ostatnia Aktualizacja | 2021-12-09 |
Data Publikacji | 2020-06-03 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Information Development, Inc. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/informationdevelopment/epoxy |
Adres URL Strony Pomocy | https://github.com/informationdevelopment/epoxy/issues |
Obsługiwane Języki | 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" ] } ] } |