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).”。
擴展截圖
下載Power BI Real-Time Slideshow擴展crx文件
下載Power BI Real-Time Slideshow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dajmfhbgodeengcbfmcacmhmcimpmhpe |
官方網址 | 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" ] } ] } |