Power BI Report Tools
A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing.
Qu'est-ce que Power BI Report Tools ?
Power BI Report Tools est une extension Chrome développée par Aster ICT, et sa fonction principale est "A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Power BI Report Tools
Téléchargez les fichiers d'extension Power BI Report Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
*Now works with the new redesign of Power BI!* You can: -Display a report in fullscreen mode. -Rotate between pages in a report based on a (per page) timer. -Refresh a report automatically. These options will stay active even if you switch to another tab, refresh the browser or even restart the browser. *The refresh option will only work if you are making use of a live dataset*
Informations de Base sur l'Extension
Nom | Power BI Report Tools |
ID | jlblijoolikopdmpohcppphkidcdhkkf |
URL Officiel | https://chrome.google.com/webstore/detail/power-bi-report-tools/jlblijoolikopdmpohcppphkidcdhkkf |
Description | A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing. |
Taille du Fichier | 78.41 KB |
Nombre d'Installations | 4,254 |
Version Actuelle | 2.0.11 |
Dernière Mise à Jour | 2021-11-23 |
Date de Publication | 2020-05-19 |
Évaluation | 2.80/5 Total 5 Évaluations |
Développeur | Aster ICT |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.asterict.nl/ |
URL de la Page de Politique de Confidentialité | https://www.asterict.nl/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "Assets\/img\/128.png" }, "default_popup": "popup.html", "default_title": "Power BI Report Tools" }, "background": { "service_worker": "Assets\/JS\/background.js" }, "content_scripts": [ { "js": [ "Assets\/JS\/pagenames.js" ], "matches": [ "https:\/\/*.powerbi.com\/groups\/*\/reports\/*\/*" ] }, { "js": [ "Assets\/JS\/fullscreen.js" ], "matches": [ "https:\/\/*.powerbi.com\/groups\/*\/reports\/*\/*" ], "run_at": "document_start" }, { "js": [ "Assets\/JS\/refresh.js" ], "matches": [ "https:\/\/*.powerbi.com\/groups\/*\/reports\/*\/*" ], "run_at": "document_idle" }, { "js": [ "Assets\/JS\/rotate.js" ], "matches": [ "https:\/\/*.powerbi.com\/groups\/*\/reports\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "Assets\/css\/*.css", "Assets\/img\/*.png", "Assets\/JS\/*.js" ], "matches": [ "https:\/\/app.powerbi.com\/*" ] } ], "description": "A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing.", "icons": { "128": "Assets\/img\/128.png", "64": "Assets\/img\/64.png", "48": "Assets\/img\/48.png", "32": "Assets\/img\/32.png", "24": "Assets\/img\/24.png", "16": "Assets\/img\/16.png" }, "manifest_version": 3, "name": "Power BI Report Tools", "permissions": [ "tabs", "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/*.powerbi.com\/groups\/*\/reports\/*\/*" ], "version": "2.0.11" } |