OpenMetadata

OpenMetadata Chrome Extension

OpenMetadataคืออะไร?

OpenMetadata เป็นส่วนขยายของ Chrome ที่พัฒนาโดย collate-openmetadata-ext และคุณลักษณะหลักของมันคือ "OpenMetadata Chrome Extension"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย OpenMetadata ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OpenMetadata is an all-in-one platform for data discovery, lineage, data quality, observability, governance, and team collaboration. It is one of the fastest-growing open-source projects with a vibrant community and adoption by a diverse set of companies in various industry verticals. Powered by a centralized metadata store based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services, OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets. OpenMetadata provides a Web UI application to discover and collaborate around data assets of an organization.
With OpenMetadata Chrome Browser extension, metadata is at fingertips of the users, they contextually get the dashboard documentation, ownership, tags etc.. by just clicking on the OpenMetadata browser extension.  Data Collaboration never been easier for users of OpenMetadata can now user the browser extension to see the tasks assigned to them and reply on conversation threads and discover the data assets in their organization.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenMetadata OpenMetadata
ID pakbbdhbbiclnceabdmnghamabjloofc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openmetadata/pakbbdhbbiclnceabdmnghamabjloofc
คำอธิบาย OpenMetadata Chrome Extension
ขนาดไฟล์ 16.09 MB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2022-12-30
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา collate-openmetadata-ext
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://open-metadata.org/
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/6bff348b-0e25-48f7-b003-0f67bf7264c6
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "Collate",
    "version": "0.0.8",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "identity",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "48": "assets\/icons\/icon-48.png"
        },
        "default_title": "OpenMetadata Chrome Extension",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content\/*",
                "options\/*",
                "popup\/*",
                "background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง