Power BI Visuals Auto-Refresh

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

Apa itu Power BI Visuals Auto-Refresh?

Power BI Visuals Auto-Refresh adalah ekstensi Chrome yang dikembangkan oleh https://vahiddm.com, dan fitur utamanya adalah "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Power BI Visuals Auto-Refresh

Unduh file ekstensi Power BI Visuals Auto-Refresh dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Power BI Visuals Auto-Refresh Power BI Visuals Auto-Refresh
ID ibokhlknbmjoocecdfobnhgpapppnpin
URL Resmi https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin
Deskripsi Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.
Ukuran File 17.92 KB
Jumlah Instalasi 401
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-27
Tanggal Publikasi 2023-08-11
Pengembang https://vahiddm.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.vahiddm.com/post/power-bi-visuals-auto-refresh
URL Halaman Bantuan https://www.vahiddm.com/
Bahasa yang Didukung 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"
    }
}