Collibra Browser Extension

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

什么是Collibra Browser Extension?

Collibra Browser Extension是由Collibra开发的Chrome扩展程序,该扩展的主要功能是“The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Collibra Browser Extension扩展crx文件

下载Collibra Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Collibra Browser Extension Collibra Browser Extension
ID kanjghhidieapbfchbdcnpgffmephbdf
官方URL https://chromewebstore.google.com/detail/collibra-browser-extensio/kanjghhidieapbfchbdcnpgffmephbdf
简介 The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps.
文件大小 1.65 MB
安装次数 40,000
当前版本 1.4.2
更新时间 2024-02-06
上架时间 2022-05-24
评分 5.00/5 共6次评分
开发者 Collibra
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://support.collibra.com
隐私政策页面URL https://www.collibra.com/privacy-policy
支持的语言 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:\/\/*\/"
    ]
}