Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Epoxy for IT Glue क्या है?
Epoxy for IT Glue Information Development, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extended custom functionality and UI improvements for IT Glue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Epoxy for IT Glue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |