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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Collibra และคุณลักษณะหลักของมันคือ "The Everywhere Browser Extension provides seamless access to Collibra metadata from within Tableau and other web apps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collibra Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/"
    ]
}