Power BI Real-Time Slideshow
Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
Co je Power BI Real-Time Slideshow?
Power BI Real-Time Slideshow je rozšíření Chrome vyvinuté https://displagent.io, a jeho hlavní funkcí je „Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Power BI Real-Time Slideshow
Stáhněte si soubory rozšíření Power BI Real-Time Slideshow ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Power BI Real-Time Slideshow |
ID | dajmfhbgodeengcbfmcacmhmcimpmhpe |
Oficiální URL | https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe |
Popis | Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only). |
Velikost souboru | 154 KB |
Počet instalací | 1,110 |
Aktuální Verze | 2.4.2 |
Poslední Aktualizace | 2023-09-13 |
Datum Vydání | 2020-09-22 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://displagent.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow |
URL Stránky Nápovědy | https://www.displagent.io |
Podporované Jazyky | 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" ] } ] } |