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은(는) https://vahiddm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Power BI Visuals Auto-Refresh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}