Power BI Real-Time Slideshow

Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).

Qu'est-ce que Power BI Real-Time Slideshow ?

Power BI Real-Time Slideshow est une extension Chrome développée par https://displagent.io, et sa fonction principale est "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Power BI Real-Time Slideshow

Téléchargez les fichiers d'extension Power BI Real-Time Slideshow 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

                        Hey everyone! I've got some REALLY exciting news to share!

I've replaced this old Chrome extension with a new cross-platform desktop application that is far, far more powerful, called Displagent.

You can find it here: https://www.displagent.io

Original extension source code:
https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow                    

Informations de Base sur l'Extension

Nom Power BI Real-Time Slideshow Power BI Real-Time Slideshow
ID dajmfhbgodeengcbfmcacmhmcimpmhpe
URL Officiel https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe
Description Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
Taille du Fichier 154 KB
Nombre d'Installations 1,110
Version Actuelle 2.4.2
Dernière Mise à Jour 2023-09-13
Date de Publication 2020-09-22
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://displagent.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow
URL de la Page d'Aide https://www.displagent.io
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power BI Real-Time Slideshow",
    "manifest_version": 2,
    "version": "2.4.2",
    "description": "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/app.powerbi.com\/*",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Power_BI_Icon_Reduced_2.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.powerbi.com\/*"
            ],
            "js": [
                "content.js",
                ".\/Javascript Dependencies\/jquery-3.4.1.js",
                ".\/Javascript Dependencies\/jquery-mutation-summary.js",
                ".\/Javascript Dependencies\/mutation-summary.js"
            ]
        }
    ]
}