PowerBI Matrix Export

export the report

What is PowerBI Matrix Export?

PowerBI Matrix Export is a Chrome extension developed by haoray, and its main feature is "export the report".

Extension Screenshots

screenshot

Download PowerBI Matrix Export Extension CRX File

Download PowerBI Matrix Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        to export Power BI matrix in the current report format.                    

Extension Basic Information

Name PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
Official URL https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Description export the report
File Size 99.22 KB
Installation Count 42
Current Version 1.0.3
Last Updated 2022-06-14
Publish Date 2022-04-26
Developer haoray
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PowerBI Matrix Export",
    "description": "export the report",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "add_css.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/tool16.png",
        "32": "\/images\/tool32.png",
        "48": "\/images\/tool48.png",
        "128": "\/images\/tool128.png"
    }
}