Power BI Report Server Refresh

This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro

What is Power BI Report Server Refresh?

Power BI Report Server Refresh is a Chrome extension developed by albertorainha, and its main feature is "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".

Extension Screenshots

screenshot

Download Power BI Report Server Refresh Extension CRX File

Download Power BI Report Server Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
Official URL https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj
Description This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
File Size 41.6 KB
Installation Count 832
Current Version 1.0
Last Updated 2021-02-04
Publish Date 2021-02-04
Rating 5.00/5 Total 1 Ratings
Developer albertorainha
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}