Power BI Visuals Auto-Refresh

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

Qu'est-ce que Power BI Visuals Auto-Refresh ?

Power BI Visuals Auto-Refresh est une extension Chrome développée par https://vahiddm.com, et sa fonction principale est "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Power BI Visuals Auto-Refresh

Téléchargez les fichiers d'extension Power BI Visuals Auto-Refresh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Power BI Visuals Auto-Refresh Power BI Visuals Auto-Refresh
ID ibokhlknbmjoocecdfobnhgpapppnpin
URL Officiel 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.
Taille du Fichier 17.92 KB
Nombre d'Installations 401
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-27
Date de Publication 2023-08-11
Développeur https://vahiddm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.vahiddm.com/post/power-bi-visuals-auto-refresh
URL de la Page d'Aide https://www.vahiddm.com/
Langues Prises en Charge 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"
    }
}