Power BI Visuals Auto-Refresh

Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.

What is Power BI Visuals Auto-Refresh?

Power BI Visuals Auto-Refresh is a Chrome extension developed by https://vahiddm.com, and its main feature is "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".

Extension Screenshots

screenshot
screenshot

Download Power BI Visuals Auto-Refresh Extension CRX File

Download Power BI Visuals Auto-Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Power BI Visuals Auto-Refresh Power BI Visuals Auto-Refresh
ID ibokhlknbmjoocecdfobnhgpapppnpin
Official URL https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin
Description Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
File Size 17.92 KB
Installation Count 401
Current Version 1.0
Last Updated 2023-09-27
Publish Date 2023-08-11
Developer https://vahiddm.com
Email [email protected]
Payment Type free
Extension Website https://www.vahiddm.com/post/power-bi-visuals-auto-refresh
Help Page URL https://www.vahiddm.com/
Supported Languages 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"
    }
}