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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}