Power BI Report Server Refresh
This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
Was ist Power BI Report Server Refresh?
Power BI Report Server Refresh ist eine Chrome-Erweiterung, die von albertorainha entwickelt wurde, und ihr Hauptmerkmal ist "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".
Erweiterungsscreenshots
Power BI Report Server Refresh-Erweiterungs-CRX-Datei herunterladen
Laden Sie Power BI Report Server Refresh-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jkncfedfnpfipeohpbngcioecjnbgnnj |
Offizielle URL | https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj |
Beschreibung | This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro |
Dateigröße | 41.6 KB |
Installationsanzahl | 832 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2021-02-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | albertorainha |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |