Epoxy for IT Glue

Extended custom functionality and UI improvements for IT Glue.

什麼是Epoxy for IT Glue?

Epoxy for IT Glue是由Information Development, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Extended custom functionality and UI improvements for IT Glue.”。

擴展截圖

screenshot
screenshot
screenshot

下載Epoxy for IT Glue擴展crx文件

下載Epoxy for IT Glue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Epoxy for IT Glue Epoxy for IT Glue
ID bkjbeehblehhhkggdipoeancggghgjej
官方網址 https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej
簡介 Extended custom functionality and UI improvements for IT Glue.
檔案大小 15.52 KB
安裝次數 301
目前版本 0.7.0
更新時間 2021-12-09
上架時間 2020-06-03
評分 5.00/5 共 3 次評分
開發者 Information Development, Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/informationdevelopment/epoxy
說明頁面URL https://github.com/informationdevelopment/epoxy/issues
支援的語言 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"
            ]
        }
    ]
}