Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
Vad är Epoxy for IT Glue?
Epoxy for IT Glue är en Chrome-tillägg utvecklad av Information Development, Inc., och dess huvudfunktion är "Extended custom functionality and UI improvements for IT Glue.".
Tilläggsskärmbilder
Ladda ner Epoxy for IT Glue-förlängningens CRX-fil
Ladda ner Epoxy for IT Glue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | bkjbeehblehhhkggdipoeancggghgjej |
| Officiell webbadress | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
| Beskrivning | Extended custom functionality and UI improvements for IT Glue. |
| Filstorlek | 15.52 KB |
| Antal Installationer | 301 |
| Aktuell Version | 0.7.0 |
| Senast Uppdaterad | 2021-12-09 |
| Publiceringsdatum | 2020-06-03 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Information Development, Inc. |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/informationdevelopment/epoxy |
| Hjälpsida URL | https://github.com/informationdevelopment/epoxy/issues |
| Stödda Språk | 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"
]
}
]
} | |