Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Cos'è Epoxy for IT Glue?
Epoxy for IT Glue è un'estensione di Chrome sviluppata da Information Development, Inc., e la sua funzione principale è "Extended custom functionality and UI improvements for IT Glue.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Epoxy for IT Glue
Scarica i file di estensione Epoxy for IT Glue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bkjbeehblehhhkggdipoeancggghgjej | 
| URL Ufficiale | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej | 
| Descrizione | Extended custom functionality and UI improvements for IT Glue. | 
| Dimensione del File | 15.52 KB | 
| Conteggio Installazioni | 301 | 
| Versione Corrente | 0.7.0 | 
| Ultimo Aggiornamento | 2021-12-09 | 
| Data di Pubblicazione | 2020-06-03 | 
| Valutazione | 5.00/5 Totale 3 Valutazioni | 
| Sviluppatore | Information Development, Inc. | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/informationdevelopment/epoxy | 
| URL della Pagina di Aiuto | https://github.com/informationdevelopment/epoxy/issues | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |