Power BI Visuals Auto-Refresh

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

Что такое Power BI Visuals Auto-Refresh?

Power BI Visuals Auto-Refresh - это расширение Chrome, разработанное https://vahiddm.com, и его основная функция - "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Power BI Visuals Auto-Refresh

Скачайте файлы расширений Power BI Visuals Auto-Refresh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Power BI Visuals Auto-Refresh Power BI Visuals Auto-Refresh
ID ibokhlknbmjoocecdfobnhgpapppnpin
Официальный URL https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin
Описание Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
Размер файла 17.92 KB
Количество установок 401
Текущая Версия 1.0
Последнее Обновление 2023-09-27
Дата публикации 2023-08-11
Разработчик https://vahiddm.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.vahiddm.com/post/power-bi-visuals-auto-refresh
URL страницы помощи https://www.vahiddm.com/
Поддерживаемые языки 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"
    }
}