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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically refreshes PowerBI visuals at user-defined intervals without manual intervention-Developed by Vahid Doustimajd."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Power BI Visuals Auto-Refresh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } |