Power BI Report Previewer
Preview the Power BI reports in Workspace to make it easier to browse-Developed by Vahid Doustimajd.
ما هو Power BI Report Previewer؟
Power BI Report Previewer هو إضافة Chrome تم تطويرها بواسطة https://vahiddm.com، والميزة الرئيسية لها هي "Preview the Power BI reports in Workspace to make it easier to browse-Developed by Vahid Doustimajd.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Power BI Report Previewer
قم بتنزيل ملفات الامتداد Power BI Report Previewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finding the right report among many in a Power BI workspace can be a tough job. The Power BI Report Previewer extension is designed to streamline this process, making it quick and effortless.
Features:
Easy Report Previews: Say goodbye to remembering reports by their names! This feature allows you to view a miniature preview of your reports directly from the Workspaces. Simply hover your mouse over a report icon on the workspace page to see a quick preview, facilitating a hassle-free browsing experience.
Adjustable Preview Size: Customize your preview experience! Adjust the size of the preview window to suit your needs, optimizing your report browsing experience.
Secured Reports: For reports with Row-Level Security (RLS), rest assured that our extension adheres to these settings, displaying exactly what you would see upon opening the report, ensuring a secure preview experience.
Simple On/Off Switch: Gain control over your preview settings with a simple click. The extension allows easy toggling of the preview feature on or off. You also have the convenience of resetting the preview size to the default settings with just a click.
Benefits:
Save Time: Accelerate your report finding process by quickly identifying the report you need without the need to open each one.
User-Friendly: Activate the extension only when you need it and easily preview reports by hovering over the report icon, offering a seamless user experience.
Personal Touch: Enjoy the flexibility to modify the preview size according to your preferences, adding a personal touch to your browsing experience.
Safe and Secure: Uphold all RLS settings, guaranteeing a secure browsing experience while using the preview feature.
With the Power BI Report Previewer extension, find the right report effortlessly among numerous reports in the workspace. Eliminate the time-consuming process of opening reports one by one, and browse reports in a convenient and visually appealing manner.
Version 1.1.0
Fix issue with previewing reports at the bottom of the screen - The preview screen location now changes dynamically معلومات أساسية عن التمديد
| الاسم | |
| ID | cnigfjdefdjnkdlchpkmgjdkockocika |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/power-bi-report-previewer/cnigfjdefdjnkdlchpkmgjdkockocika |
| الوصف | Preview the Power BI reports in Workspace to make it easier to browse-Developed by Vahid Doustimajd. |
| حجم الملف | 25.5 KB |
| عدد التثبيتات | 187 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2024-01-25 |
| تاريخ النشر | 2023-09-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://vahiddm.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.vahiddm.com/post/power-bi-report-previewer-useful-browser-extension-for-power-bi-users |
| عنوان صفحة المساعدة | https://www.vahiddm.com/post/power-bi-report-previewer-useful-browser-extension-for-power-bi-users |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Power BI Report Previewer",
"version": "1.1.0",
"description": "Preview the Power BI reports in Workspace to make it easier to browse-Developed by Vahid Doustimajd.",
"permissions": [
"activeTab",
"storage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.powerbi.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |