Metaphor Extension

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

Metaphor Extension क्या है?

Metaphor Extension Metaphor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more from Metaphor! Automatically show data insights without context switching. Boost productivity with Metaphor's extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Metaphor Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        [ 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"
            ]
        }
    ]
}