Collibra Browser Extension

The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.

Qu'est-ce que Collibra Browser Extension ?

Collibra Browser Extension est une extension Chrome développée par Collibra, et sa fonction principale est "The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Collibra Browser Extension

Téléchargez les fichiers d'extension Collibra Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Collibra Everywhere Browser Extension provides context to users and a deeper understanding of data and business assets.

Terms & Conditions:
Your use of this browser extension and/or application is governed by the terms and conditions of your commercial agreement with Collibra for the purchase of the Collibra Service and Collibra’s Privacy Policy (https://www.collibra.com/us/en/privacy-policy ) and any successor versions thereto. If you do not have a commercial agreement with Collibra for the purchase of the Collibra Service do not use this browser extension and/or application.                    

Informations de Base sur l'Extension

Nom Collibra Browser Extension Collibra Browser Extension
ID kanjghhidieapbfchbdcnpgffmephbdf
URL Officiel https://chromewebstore.google.com/detail/collibra-browser-extensio/kanjghhidieapbfchbdcnpgffmephbdf
Description The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.
Taille du Fichier 1.65 MB
Nombre d'Installations 40,000
Version Actuelle 1.4.2
Dernière Mise à Jour 2024-02-06
Date de Publication 2022-05-24
Évaluation 5.00/5 Total 6 Évaluations
Développeur Collibra
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://support.collibra.com
URL de la Page de Politique de Confidentialité https://www.collibra.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collibra Browser Extension",
    "description": "The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.",
    "manifest_version": 3,
    "version": "1.4.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "css": [
                "overlay.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.collibra.com\/*",
        "https:\/\/*\/"
    ]
}