Collibra Browser Extension

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

Was ist Collibra Browser Extension?

Collibra Browser Extension ist eine Chrome-Erweiterung, die von Collibra entwickelt wurde, und ihr Hauptmerkmal ist "The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Collibra Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Collibra Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Collibra Browser Extension Collibra Browser Extension
ID kanjghhidieapbfchbdcnpgffmephbdf
Offizielle URL https://chromewebstore.google.com/detail/collibra-browser-extensio/kanjghhidieapbfchbdcnpgffmephbdf
Beschreibung The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.
Dateigröße 1.65 MB
Installationsanzahl 40,000
Aktuelle Version 1.4.2
Letztes Update 2024-02-06
Veröffentlichungsdatum 2022-05-24
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Collibra
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://support.collibra.com
URL der Datenschutzrichtlinien-Seite https://www.collibra.com/privacy-policy
Unterstützte Sprachen 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:\/\/*\/"
    ]
}