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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jkncfedfnpfipeohpbngcioecjnbgnnj |
官方網址 | 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 |
電子郵箱 | [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" ] } |