Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Wat is Epoxy for IT Glue?
Epoxy for IT Glue is een Chrome-extensie ontwikkeld door Information Development, Inc., en de belangrijkste functie is "Extended custom functionality and UI improvements for IT Glue.".
Extensie Screenshots
Download het CRX-bestand van de extensie Epoxy for IT Glue
Download Epoxy for IT Glue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
Officiële URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Beschrijving | Extended custom functionality and UI improvements for IT Glue. |
Bestandsgrootte | 15.52 KB |
Aantal Installaties | 301 |
Huidige Versie | 0.7.0 |
Laatst Bijgewerkt | 2021-12-09 |
Publicatiedatum | 2020-06-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Information Development, Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/informationdevelopment/epoxy |
Help Pagina-URL | https://github.com/informationdevelopment/epoxy/issues |
Ondersteunde Talen | 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" ] } ] } |