Browser Dictionary

Scan any web application/page for business terms and instantly see the approved definition as stored in your Business Glossary.

Τι είναι το Browser Dictionary;

Το Browser Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Accurity Development, και η κύρια λειτουργία του είναι "Scan any web application/page for business terms and instantly see the approved definition as stored in your Business Glossary.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Browser Dictionary

Λήψη αρχείων επέκτασης Browser Dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the Accurity Browser Dictionary plugin extension you can scan any web application/page for business terms and instantly see the approved definition as stored in your Business Glossary. 

Are you working with multiple web applications and sites where terminology related to your business is used? Do you need to cross-check company approved definitions of terms used in those web applications? Do you want to know what the metrics used on your report mean in a fast way? Now you can access your business terms from within any web application/page with direct links to your Business Glossary to see the more detailed information. 

How it works: download and install the plugin to your browser, scan the page and see each word that is named the same way as the business terms defined in your Business Glossary. Results will be highlighted and if you hover over them, you will also get a tooltip – a description of the term retrieved from the Business Glossary. You can click the tooltip, which will open a new browser tab/window with the detail from your Business Glossary of the business term that was highlighted on the website. 

The Browser Dictionary plugin extension is provided in conjunction with our Accurity all-in-one data intelligence software platform. The Accurity platform offers comprehensive data intelligence software, which covers data harmonization, data quality, and ensures integrated data management across systems. Accurity is available on-premises or as a SaaS and we supply regular updates for both the on-premises and cloud deployment options.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Browser Dictionary Browser Dictionary
ID lphoojilnnpafhhglindjjpohkjffmbh
Επίσημο URL https://chromewebstore.google.com/detail/browser-dictionary/lphoojilnnpafhhglindjjpohkjffmbh
Περιγραφή Scan any web application/page for business terms and instantly see the approved definition as stored in your Business Glossary.
Μέγεθος Αρχείου 257 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 1.18.1
Τελευταία Ενημέρωση 2023-01-13
Ημερομηνία Δημοσίευσης 2022-09-14
Προγραμματιστής Accurity Development
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://accurity.ai
URL της Σελίδας Πολιτικής Απορρήτου https://www.accurity.ai/privacy-policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Dictionary",
    "description": "Scan any web application\/page for business terms and instantly see the approved definition as stored in your Business Glossary.",
    "version": "1.18.1",
    "browser_action": {
        "default_title": "Browser Dictionary",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/images\/accurity-extension-disabled-16.png",
            "32": ".\/images\/accurity-extension-disabled-32.png",
            "48": ".\/images\/accurity-extension-disabled-48.png",
            "128": ".\/images\/accurity-extension-disabled-128.png"
        }
    },
    "icons": {
        "16": ".\/images\/accurity-extension-active-16.png",
        "32": ".\/images\/accurity-extension-active-32.png",
        "48": ".\/images\/accurity-extension-active-48.png",
        "128": ".\/images\/accurity-extension-active-128.png"
    },
    "permissions": [
        "identity",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}