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.”。
扩展截图
下载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 |
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" ] } ] } |