Power BI Report Server Refresh
This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
O que é Power BI Report Server Refresh?
Power BI Report Server Refresh é uma extensão do Chrome desenvolvida por albertorainha, e sua principal característica é "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Power BI Report Server Refresh
Baixe arquivos de extensão Power BI Report Server Refresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jkncfedfnpfipeohpbngcioecjnbgnnj |
URL Oficial | https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj |
Descrição | This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro |
Tamanho do Arquivo | 41.6 KB |
Contagem de Instalações | 832 |
Versão Atual | 1.0 |
Última Atualização | 2021-02-04 |
Data de Publicação | 2021-02-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | albertorainha |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |