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とは何ですか?

Power BI Report Server Refreshはalbertorainhaによって開発されたChromeの拡張機能で、その主な機能は「This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro」です。

拡張機能のスクリーンショット

screenshot

Power BI Report Server Refresh拡張機能のCRXファイルをダウンロード

Power BI Report Server Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
公式URL https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj
説明 This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
ファイルサイズ 41.6 KB
インストール数 832
現在のバージョン 1.0
最終更新日 2021-02-04
公開日 2021-02-04
評価 5.00/5 合計 1 レビュー
開発者 albertorainha
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}