Power BI Report Server Refresh

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

Qu'est-ce que Power BI Report Server Refresh ?

Power BI Report Server Refresh est une extension Chrome développée par albertorainha, et sa fonction principale est "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Power BI Report Server Refresh

Téléchargez les fichiers d'extension Power BI Report Server Refresh au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
URL Officiel 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
Taille du Fichier 41.6 KB
Nombre d'Installations 832
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-04
Date de Publication 2021-02-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur albertorainha
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}