Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Qu'est-ce que Epoxy for IT Glue ?
Epoxy for IT Glue est une extension Chrome développée par Information Development, Inc., et sa fonction principale est "Extended custom functionality and UI improvements for IT Glue.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Epoxy for IT Glue
Téléchargez les fichiers d'extension Epoxy for IT Glue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
URL Officiel | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Description | Extended custom functionality and UI improvements for IT Glue. |
Taille du Fichier | 15.52 KB |
Nombre d'Installations | 301 |
Version Actuelle | 0.7.0 |
Dernière Mise à Jour | 2021-12-09 |
Date de Publication | 2020-06-03 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Information Development, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/informationdevelopment/epoxy |
URL de la Page d'Aide | https://github.com/informationdevelopment/epoxy/issues |
Langues Prises en Charge | 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" ] } ] } |