Power BI Report Server Refresh

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

Co to jest Power BI Report Server Refresh?

Power BI Report Server Refresh to rozszerzenie Chrome opracowane przez albertorainha, a jego główną funkcją jest „This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Power BI Report Server Refresh

Pobierz pliki rozszerzeń Power BI Report Server Refresh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
Oficjalny URL https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj
Opis This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
Rozmiar pliku 41.6 KB
Liczba instalacji 832
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2021-02-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper albertorainha
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}