Power BI Visuals Auto-Refresh
Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
Was ist Power BI Visuals Auto-Refresh?
Power BI Visuals Auto-Refresh ist eine Chrome-Erweiterung, die von https://vahiddm.com entwickelt wurde, und ihr Hauptmerkmal ist "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".
Erweiterungsscreenshots
Power BI Visuals Auto-Refresh-Erweiterungs-CRX-Datei herunterladen
Laden Sie Power BI Visuals Auto-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
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.
Grundlegende Informationen zur Erweiterung
Name | Power BI Visuals Auto-Refresh |
ID | ibokhlknbmjoocecdfobnhgpapppnpin |
Offizielle URL | https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin |
Beschreibung | Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd. |
Dateigröße | 17.92 KB |
Installationsanzahl | 401 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-27 |
Veröffentlichungsdatum | 2023-08-11 |
Entwickler | https://vahiddm.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.vahiddm.com/post/power-bi-visuals-auto-refresh |
Hilfeseite URL | https://www.vahiddm.com/ |
Unterstützte Sprachen | 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" } } |