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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |