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.」です。
拡張機能のスクリーンショット
Power BI Visuals Auto-Refresh拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |