Epoxy for IT Glue

Extended custom functionality and UI improvements for IT Glue.

Epoxy for IT Glueคืออะไร?

Epoxy for IT Glue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Information Development, Inc. และคุณลักษณะหลักของมันคือ "Extended custom functionality and UI improvements for IT Glue."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epoxy for IT Glue

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}