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
Eメール [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:\/\/*\/"
    ]
}