Power BI Real-Time Slideshow

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

O que é Power BI Real-Time Slideshow?

Power BI Real-Time Slideshow é uma extensão do Chrome desenvolvida por https://displagent.io, e sua principal característica é "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Power BI Real-Time Slideshow

Baixe arquivos de extensão Power BI Real-Time Slideshow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Power BI Real-Time Slideshow Power BI Real-Time Slideshow
ID dajmfhbgodeengcbfmcacmhmcimpmhpe
URL Oficial https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe
Descrição Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
Tamanho do Arquivo 154 KB
Contagem de Instalações 1,110
Versão Atual 2.4.2
Última Atualização 2023-09-13
Data de Publicação 2020-09-22
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://displagent.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow
URL da Página de Ajuda https://www.displagent.io
Idiomas Suportados 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"
            ]
        }
    ]
}