Epoxy for IT Glue

Extended custom functionality and UI improvements for IT Glue.

Τι είναι το Epoxy for IT Glue;

Το Epoxy for IT Glue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Information Development, Inc., και η κύρια λειτουργία του είναι "Extended custom functionality and UI improvements for IT Glue.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Epoxy for IT Glue

Λήψη αρχείων επέκτασης 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 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"
            ]
        }
    ]
}