Power BI Real-Time Slideshow

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

什么是Power BI Real-Time Slideshow?

Power BI Real-Time Slideshow是由https://displagent.io开发的Chrome扩展程序,该扩展的主要功能是“Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).”。

扩展截图

screenshot

下载Power BI Real-Time Slideshow扩展crx文件

下载Power BI Real-Time Slideshow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Power BI Real-Time Slideshow Power BI Real-Time Slideshow
ID dajmfhbgodeengcbfmcacmhmcimpmhpe
官方URL https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe
简介 Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
文件大小 154 KB
安装次数 1,110
当前版本 2.4.2
更新时间 2023-09-13
上架时间 2020-09-22
评分 1.00/5 共1次评分
开发者 https://displagent.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow
帮助页面URL https://www.displagent.io
支持的语言 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"
            ]
        }
    ]
}