PowerBI Matrix Export

export the report

PowerBI Matrix Exportとは何ですか?

PowerBI Matrix Exportはhaorayによって開発されたChromeの拡張機能で、その主な機能は「export the report」です。

拡張機能のスクリーンショット

screenshot

PowerBI Matrix Export拡張機能のCRXファイルをダウンロード

PowerBI Matrix Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        to export Power BI matrix in the current report format.                    

拡張機能の基本情報

名前 PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
公式URL https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
説明 export the report
ファイルサイズ 99.22 KB
インストール数 42
現在のバージョン 1.0.3
最終更新日 2022-06-14
公開日 2022-04-26
開発者 haoray
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}