PowerBI Matrix Export

export the report

Cos'è PowerBI Matrix Export?

PowerBI Matrix Export è un'estensione di Chrome sviluppata da haoray, e la sua funzione principale è "export the report".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PowerBI Matrix Export

Scarica i file di estensione PowerBI Matrix Export in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        to export Power BI matrix in the current report format.                    

Informazioni di Base sull'Estensione

Nome PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
URL Ufficiale https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Descrizione export the report
Dimensione del File 99.22 KB
Conteggio Installazioni 42
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-06-14
Data di Pubblicazione 2022-04-26
Sviluppatore haoray
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}