Epoxy for IT Glue
Extended custom functionality and UI improvements for IT Glue.
O que é Epoxy for IT Glue?
Epoxy for IT Glue é uma extensão do Chrome desenvolvida por Information Development, Inc., e sua principal característica é "Extended custom functionality and UI improvements for IT Glue.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Epoxy for IT Glue
Baixe arquivos de extensão Epoxy for IT Glue no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Epoxy for IT Glue |
ID | bkjbeehblehhhkggdipoeancggghgjej |
URL Oficial | https://chromewebstore.google.com/detail/epoxy-for-it-glue/bkjbeehblehhhkggdipoeancggghgjej |
Descrição | Extended custom functionality and UI improvements for IT Glue. |
Tamanho do Arquivo | 15.52 KB |
Contagem de Instalações | 301 |
Versão Atual | 0.7.0 |
Última Atualização | 2021-12-09 |
Data de Publicação | 2020-06-03 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Information Development, Inc. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/informationdevelopment/epoxy |
URL da Página de Ajuda | https://github.com/informationdevelopment/epoxy/issues |
Idiomas Suportados | 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" ] } ] } |