PowerBI Matrix Export

export the report

Apa itu PowerBI Matrix Export?

PowerBI Matrix Export adalah ekstensi Chrome yang dikembangkan oleh haoray, dan fitur utamanya adalah "export the report".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PowerBI Matrix Export

Unduh file ekstensi PowerBI Matrix Export dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        to export Power BI matrix in the current report format.                    

Informasi Dasar Ekstensi

Nama PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
URL Resmi https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Deskripsi export the report
Ukuran File 99.22 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2022-04-26
Pengembang haoray
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}