Power BI Visuals Auto-Refresh

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

¿Qué es Power BI Visuals Auto-Refresh?

Power BI Visuals Auto-Refresh es una extensión de Chrome desarrollada por https://vahiddm.com, y su función principal es "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Power BI Visuals Auto-Refresh

Descarga archivos de extensión Power BI Visuals Auto-Refresh en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Power BI Visuals Auto-Refresh Power BI Visuals Auto-Refresh
ID ibokhlknbmjoocecdfobnhgpapppnpin
URL Oficial https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin
Descripción Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
Tamaño del Archivo 17.92 KB
Cantidad de Instalaciones 401
Versión Actual 1.0
Última Actualización 2023-09-27
Fecha de Publicación 2023-08-11
Desarrollador https://vahiddm.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.vahiddm.com/post/power-bi-visuals-auto-refresh
URL de la Página de Ayuda https://www.vahiddm.com/
Idiomas Soportados 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"
    }
}