Power BI Visuals Auto-Refresh
Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
O que é Power BI Visuals Auto-Refresh?
Power BI Visuals Auto-Refresh é uma extensão do Chrome desenvolvida por https://vahiddm.com, e sua principal característica é "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Power BI Visuals Auto-Refresh
Baixe arquivos de extensão Power BI Visuals Auto-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
PowerBI Auto-Refresh Extension - Keeping your data visuals up-to-date has never been easier. This extension automates the refresh process for PowerBI visuals, ensuring you're always viewing the most current data without the need for manual intervention. Set your custom refresh interval and let the extension handle the rest. Ideal for data analysts and business professionals who rely on real-time insights. Say goodbye to page and manual refreshes and embrace the future of effortless data visualization.
Informações Básicas da Extensão
Nome | Power BI Visuals Auto-Refresh |
ID | ibokhlknbmjoocecdfobnhgpapppnpin |
URL Oficial | https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin |
Descrição | Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd. |
Tamanho do Arquivo | 17.92 KB |
Contagem de Instalações | 401 |
Versão Atual | 1.0 |
Última Atualização | 2023-09-27 |
Data de Publicação | 2023-08-11 |
Desenvolvedor | https://vahiddm.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.vahiddm.com/post/power-bi-visuals-auto-refresh |
URL da Página de Ajuda | https://www.vahiddm.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Power BI Visuals Auto-Refresh", "version": "1.0", "description": "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.", "permissions": [ "scripting", "storage", "tabs" ], "host_permissions": [ "https:\/\/app.powerbi.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |