PowerBI Matrix Export

export the report

ما هو PowerBI Matrix Export؟

PowerBI Matrix Export هو إضافة Chrome تم تطويرها بواسطة haoray، والميزة الرئيسية لها هي "export the report".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PowerBI Matrix Export

قم بتنزيل ملفات الامتداد PowerBI Matrix Export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}