Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Was ist Epoxy for IT Glue?
Epoxy for IT Glue ist eine Chrome-Erweiterung, die von Information Development, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Extended custom functionality and UI improvements for IT Glue.".
Erweiterungsscreenshots
Epoxy for IT Glue-Erweiterungs-CRX-Datei herunterladen
Laden Sie Epoxy for IT Glue-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bkjbeehblehhhkggdipoeancggghgjej |
| Offizielle URL | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
| Beschreibung | Extended custom functionality and UI improvements for IT Glue. |
| Dateigröße | 15.52 KB |
| Installationsanzahl | 301 |
| Aktuelle Version | 0.7.0 |
| Letztes Update | 2021-12-09 |
| Veröffentlichungsdatum | 2020-06-03 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Information Development, Inc. |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/informationdevelopment/epoxy |
| Hilfeseite URL | https://github.com/informationdevelopment/epoxy/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |