Power BI Real-Time Slideshow

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

Cos'è Power BI Real-Time Slideshow?

Power BI Real-Time Slideshow è un'estensione di Chrome sviluppata da https://displagent.io, e la sua funzione principale è "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Power BI Real-Time Slideshow

Scarica i file di estensione Power BI Real-Time Slideshow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Power BI Real-Time Slideshow Power BI Real-Time Slideshow
ID dajmfhbgodeengcbfmcacmhmcimpmhpe
URL Ufficiale https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe
Descrizione Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
Dimensione del File 154 KB
Conteggio Installazioni 1,110
Versione Corrente 2.4.2
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2020-09-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://displagent.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow
URL della Pagina di Aiuto https://www.displagent.io
Lingue Supportate 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"
            ]
        }
    ]
}