Power BI Real-Time Slideshow
Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).
Wat is Power BI Real-Time Slideshow?
Power BI Real-Time Slideshow is een Chrome-extensie ontwikkeld door https://displagent.io, en de belangrijkste functie is "Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only).".
Extensie Screenshots
Download het CRX-bestand van de extensie Power BI Real-Time Slideshow
Download Power BI Real-Time Slideshow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dajmfhbgodeengcbfmcacmhmcimpmhpe |
| Officiële URL | https://chromewebstore.google.com/detail/power-bi-real-time-slides/dajmfhbgodeengcbfmcacmhmcimpmhpe |
| Beschrijving | Display Power BI reports as refreshing, rotating slideshows in the Power BI Service (old UI mode only). |
| Bestandsgrootte | 154 KB |
| Aantal Installaties | 1,110 |
| Huidige Versie | 2.4.2 |
| Laatst Bijgewerkt | 2023-09-13 |
| Publicatiedatum | 2020-09-22 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://displagent.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/DMiradakis/Power-BI-Real-Time-Slideshow |
| Help Pagina-URL | https://www.displagent.io |
| Ondersteunde Talen | 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"
]
}
]
} | |