Metaphor Extension

Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension

Metaphor Extensionคืออะไร?

Metaphor Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Metaphor และคุณลักษณะหลักของมันคือ "Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        [ In Preview ]

Metaphor Extension for Chrome allows BI Dashboard users to easily trust data and communicate directly with their enterprise data team.

The extension enables BI Users to easily see if the data they are looking at is trustworthy, look up and understand official definitions of business terms and metrics in the report, and communicate directly with the enterprise data team responsible for that report. No more hanging out on Teams/Slack, wondering if anyone will answer your questions.

Here’s what you can do with the Metaphor Extension :

⏵ Investigate trust signals about the dashboard: Get an immediate view of any official certification tags your enterprise data team might have created to indicate the trustworthiness of the report you are looking at.

⏵ Communicate with authoritative data team members: Request access, get clarifications, or generally ask a question and know that the right people in your enterprise’s data team will get back to you.

⏵ See how your colleagues use the dashboard: See other conversations your team members or others across your enterprise have had about this dashboard - collaborate across silos.                    

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

ชื่อ Metaphor Extension Metaphor Extension
ID plnccggnlbchcniddablamdddjaofdal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metaphor-extension/plnccggnlbchcniddablamdddjaofdal
คำอธิบาย Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension
ขนาดไฟล์ 357 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.3.5
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2023-08-10
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Metaphor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://metaphor.io/
URL หน้านโยบายความเป็นส่วนตัว https://metaphor.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Metaphor Extension",
    "description": "Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension",
    "version": "0.3.5",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentPage.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Metaphor Extension",
        "default_icon": {
            "16": "metaphor16.png"
        }
    },
    "options_ui": {
        "page": "option.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "metaphor16.png",
        "48": "metaphor48.png",
        "128": "metaphor128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.png",
                "*.svg"
            ]
        }
    ]
}