Power BI Report Server Refresh
This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
Cos'è Power BI Report Server Refresh?
Power BI Report Server Refresh è un'estensione di Chrome sviluppata da albertorainha, e la sua funzione principale è "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Power BI Report Server Refresh
Scarica i file di estensione Power BI Report Server Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jkncfedfnpfipeohpbngcioecjnbgnnj |
URL Ufficiale | https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj |
Descrizione | This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro |
Dimensione del File | 41.6 KB |
Conteggio Installazioni | 832 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-04 |
Data di Pubblicazione | 2021-02-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | albertorainha |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |