PowerBI Matrix Export

export the report

Co to jest PowerBI Matrix Export?

PowerBI Matrix Export to rozszerzenie Chrome opracowane przez haoray, a jego główną funkcją jest „export the report”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PowerBI Matrix Export

Pobierz pliki rozszerzeń PowerBI Matrix Export w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        to export Power BI matrix in the current report format.                    

Podstawowe informacje o rozszerzeniu

Nazwa PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
Oficjalny URL https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Opis export the report
Rozmiar pliku 99.22 KB
Liczba instalacji 42
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-06-14
Data Publikacji 2022-04-26
Deweloper haoray
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}