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.
Τι είναι το Power BI Report Tools;
Το Power BI Report Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aster ICT, και η κύρια λειτουργία του είναι "A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Power BI Report Tools
Λήψη αρχείων επέκτασης Power BI Report Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
*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*
Βασικές Πληροφορίες Επέκτασης
Όνομα | Power BI Report Tools |
ID | jlblijoolikopdmpohcppphkidcdhkkf |
Επίσημο URL | https://chrome.google.com/webstore/detail/power-bi-report-tools/jlblijoolikopdmpohcppphkidcdhkkf |
Περιγραφή | A plugin for Power BI that adds a couple of nifty features to reports that are either lacking or straight up missing. |
Μέγεθος Αρχείου | 78.41 KB |
Αριθμός Εγκαταστάσεων | 4,254 |
Τρέχουσα Έκδοση | 2.0.11 |
Τελευταία Ενημέρωση | 2021-11-23 |
Ημερομηνία Δημοσίευσης | 2020-05-19 |
Αξιολόγηση | 2.80/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Aster ICT |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.asterict.nl/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.asterict.nl/privacy |
Υποστηριζόμενες Γλώσσες | 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" } |