Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Hvad er Epoxy for IT Glue?
Epoxy for IT Glue er en Chrome-udvidelse udviklet af Information Development, Inc., og dens hovedfunktion er "Extended custom functionality and UI improvements for IT Glue.".
Udvidelsesskærmbilleder
Download Epoxy for IT Glue-udvidelses-CRX-fil
Download Epoxy for IT Glue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
Officiel URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Beskrivelse | Extended custom functionality and UI improvements for IT Glue. |
Filstørrelse | 15.52 KB |
Antal Installationer | 301 |
Nuværende Version | 0.7.0 |
Senest Opdateret | 2021-12-09 |
Udgivelsesdato | 2020-06-03 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Information Development, Inc. |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/informationdevelopment/epoxy |
Hjælpeside-URL | https://github.com/informationdevelopment/epoxy/issues |
Understøttede Sprog | 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" ] } ] } |