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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}