Metaphor Extension

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

什么是Metaphor Extension?

Metaphor Extension是由Metaphor开发的Chrome扩展程序,该扩展的主要功能是“Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Metaphor Extension扩展crx文件

下载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"
            ]
        }
    ]
}