Power BI Report Server Refresh

This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro

Power BI Report Server Refresh là gì?

Power BI Report Server Refresh là một tiện ích mở rộng Chrome được phát triển bởi albertorainha, và tính năng chính của nó là "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".

Ả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 Power BI Report Server Refresh

Tải xuống các tệp mở rộng Power BI Report Server Refresh 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

                        Users who work with Power BI to create a dashboard have a problem when they publish their dashboards to the Power BI server, eventually updating the data on the screen does not occur by having to manually click the update button. Many users want their dashbaords published on the Power BI server to be demonstrated on TVs and require data to be updated every specific time. This Chrome extension helps these users by automating the click of the update button on their dashboards. This extension does not capture data or insert data, causing no breaches or practices not allowed by the Power BI application.                    

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

Tên Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
URL Chính Thức https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj
Mô tả This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
Kích Thước Tệp 41.6 KB
Số Lần Cài Đặt 832
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển albertorainha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power BI Report Server Refresh",
    "description": "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "backend.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "PowerBI RS Refresh",
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}