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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}