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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Power BI Visuals Auto-Refresh
قم بتنزيل ملفات الامتداد Power BI Visuals Auto-Refresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" } } |