PowerBI Matrix Export

export the report

PowerBI Matrix Export là gì?

PowerBI Matrix Export là một tiện ích mở rộng Chrome được phát triển bởi haoray, và tính năng chính của nó là "export the report".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PowerBI Matrix Export

Tải xuống các tệp mở rộng PowerBI Matrix Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        to export Power BI matrix in the current report format.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PowerBI Matrix Export PowerBI Matrix Export
ID aaeabcgbgecghppmbdicibacppidehoo
URL Chính Thức https://chromewebstore.google.com/detail/powerbi-matrix-export/aaeabcgbgecghppmbdicibacppidehoo
Mô tả export the report
Kích Thước Tệp 99.22 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-06-14
Ngày Phát Hành 2022-04-26
Nhà Phát Triển haoray
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}