Power BI Report Server Refresh
This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
ما هو Power BI Report Server Refresh؟
Power BI Report Server Refresh هو إضافة Chrome تم تطويرها بواسطة albertorainha، والميزة الرئيسية لها هي "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Power BI Report Server Refresh
قم بتنزيل ملفات الامتداد Power BI Report Server Refresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Users who work with Power BI to create a dashboard have a problem when they publish their dashboards to the Power BI server, eventually updating the data on the screen does not occur by having to manually click the update button. Many users want their dashbaords published on the Power BI server to be demonstrated on TVs and require data to be updated every specific time. This Chrome extension helps these users by automating the click of the update button on their dashboards. This extension does not capture data or insert data, causing no breaches or practices not allowed by the Power BI application.
معلومات أساسية عن التمديد
الاسم | |
ID | jkncfedfnpfipeohpbngcioecjnbgnnj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj |
الوصف | This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro |
حجم الملف | 41.6 KB |
عدد التثبيتات | 832 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-02-04 |
تاريخ النشر | 2021-02-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | albertorainha |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Power BI Report Server Refresh", "description": "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro", "version": "1.0", "icons": { "128": "128.png" }, "background": { "scripts": [ "backend.js" ], "persistent": false }, "browser_action": { "default_title": "PowerBI RS Refresh", "default_icon": { "128": "128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ] } |