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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.collibra.com
عنوان صفحة سياسة الخصوصية 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:\/\/*\/"
    ]
}