OpenMetadata
OpenMetadata Chrome Extension
OpenMetadata란 무엇입니까?
OpenMetadata은(는) collate-openmetadata-ext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenMetadata Chrome Extension"입니다.
확장 프로그램 스크린샷
OpenMetadata 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |