Power BI Real-Time Slideshow
Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
What is Power BI Real-Time Slideshow?
Power BI Real-Time Slideshow is a Chrome extension developed by https://displagent.io, and its main feature is "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".
Extension Screenshots
Download Power BI Real-Time Slideshow Extension CRX File
Download Power BI Real-Time Slideshow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Power BI Real-Time Slideshow |
ID | dajmfhbgodeengcbfmcacmhmcimpmhpe |
Official URL | https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe |
Description | Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only). |
File Size | 154 KB |
Installation Count | 1,110 |
Current Version | 2.4.2 |
Last Updated | 2023-09-13 |
Publish Date | 2020-09-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://displagent.io |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow |
Help Page URL | https://www.displagent.io |
Supported Languages | 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" ] } ] } |