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 هو إضافة Chrome تم تطويرها بواسطة https://displagent.io، والميزة الرئيسية لها هي "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Power BI Real-Time Slideshow

قم بتنزيل ملفات الامتداد Power BI Real-Time Slideshow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}