PowerBI Matrix Export

export the report

Qu'est-ce que PowerBI Matrix Export ?

PowerBI Matrix Export est une extension Chrome développée par haoray, et sa fonction principale est "export the report".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PowerBI Matrix Export

Téléchargez les fichiers d'extension PowerBI Matrix Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        to export Power BI matrix in the current report format.                    

Informations de Base sur l'Extension

Nom PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
URL Officiel https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Description export the report
Taille du Fichier 99.22 KB
Nombre d'Installations 42
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-06-14
Date de Publication 2022-04-26
Développeur haoray
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}