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. |
Eメール | [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" ] } ] } |