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 là gì?
Power BI Visuals Auto-Refresh là một tiện ích mở rộng Chrome được phát triển bởi https://vahiddm.com, và tính năng chính của nó là "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Power BI Visuals Auto-Refresh
Tải xuống các tệp mở rộng Power BI Visuals Auto-Refresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Power BI Visuals Auto-Refresh |
ID | ibokhlknbmjoocecdfobnhgpapppnpin |
URL Chính Thức | https://chromewebstore.google.com/detail/power-bi-visuals-auto-ref/ibokhlknbmjoocecdfobnhgpapppnpin |
Mô tả | Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd. |
Kích Thước Tệp | 17.92 KB |
Số Lần Cài Đặt | 401 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-09-27 |
Ngày Phát Hành | 2023-08-11 |
Nhà Phát Triển | https://vahiddm.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.vahiddm.com/post/power-bi-visuals-auto-refresh |
URL Trang Trợ Giúp | https://www.vahiddm.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |