Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Epoxy for IT Glue là gì?
Epoxy for IT Glue là một tiện ích mở rộng Chrome được phát triển bởi Information Development, Inc., và tính năng chính của nó là "Extended custom functionality and UI improvements for IT Glue.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Epoxy for IT Glue
Tải xuống các tệp mở rộng Epoxy for IT Glue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
URL Chính Thức | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Mô tả | Extended custom functionality and UI improvements for IT Glue. |
Kích Thước Tệp | 15.52 KB |
Số Lần Cài Đặt | 301 |
Phiên Bản Hiện Tại | 0.7.0 |
Cập Nhật Lần Cuối | 2021-12-09 |
Ngày Phát Hành | 2020-06-03 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Information Development, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/informationdevelopment/epoxy |
URL Trang Trợ Giúp | https://github.com/informationdevelopment/epoxy/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |