Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Co je Epoxy for IT Glue?
Epoxy for IT Glue je rozšíření Chrome vyvinuté Information Development, Inc., a jeho hlavní funkcí je „Extended custom functionality and UI improvements for IT Glue.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Epoxy for IT Glue
Stáhněte si soubory rozšíření Epoxy for IT Glue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
Oficiální URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Popis | Extended custom functionality and UI improvements for IT Glue. |
Velikost souboru | 15.52 KB |
Počet instalací | 301 |
Aktuální Verze | 0.7.0 |
Poslední Aktualizace | 2021-12-09 |
Datum Vydání | 2020-06-03 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Information Development, Inc. |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/informationdevelopment/epoxy |
URL Stránky Nápovědy | https://github.com/informationdevelopment/epoxy/issues |
Podporované Jazyky | 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" ] } ] } |