Epoxy for IT Glue

Extended custom functionality and UI improvements for IT Glue.

What is Epoxy for IT Glue?

Epoxy for IT Glue is a Chrome extension developed by Information Development, Inc., and its main feature is "Extended custom functionality and UI improvements for IT Glue.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Epoxy for IT Glue Extension CRX File

Download Epoxy for IT Glue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Epoxy for IT Glue Epoxy for IT Glue
ID bkjbeehblehhhkggdipoeancggghgjej
Official URL https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej
Description Extended custom functionality and UI improvements for IT Glue.
File Size 15.52 KB
Installation Count 301
Current Version 0.7.0
Last Updated 2021-12-09
Publish Date 2020-06-03
Rating 5.00/5 Total 3 Ratings
Developer Information Development, Inc.
Email [email protected]
Payment Type free
Extension Website https://github.com/informationdevelopment/epoxy
Help Page URL https://github.com/informationdevelopment/epoxy/issues
Supported Languages 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"
            ]
        }
    ]
}