PowerBI Direct Report Redirector

Redirects the user to the Power BI Report Viewer URL found in the iframe src attribute.

PowerBI Direct Report Redirectorคืออะไร?

PowerBI Direct Report Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forsan Al Byanat และคุณลักษณะหลักของมันคือ "Redirects the user to the Power BI Report Viewer URL found in the iframe src attribute."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerBI Direct Report Redirector

ดาวน์โหลดไฟล์ส่วนขยาย PowerBI Direct Report Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [PowerBI Direct Report Redirector] is a powerful and user-friendly Chrome extension designed to streamline your experience when working with Power BI Report Server (On-Prem Version). With a single click, this extension allows you to directly access the source URL of the embedded Power BI report, opening it in a new tab for an enhanced and focused Full-Screen view.

Key Features:

- Automatically detects Power BI Report Viewer iframes within the active web page.
- Provides a direct link to the source URL of the Power BI report in case you want to only copy &  Paste the URL to users.
- Opens the Power BI report in a new tab with just one click, allowing for a more in-depth analysis.
- Compatible with any website containing a Power BI Report Server even inside Company internal Networks.

How to use:

1. Install the [PowerBI Direct Report Redirector extension].
2. Navigate to a web page containing a Power BI Report Server Portal.
3. Click the [PowerBI Direct Report Redirector] extension icon in your browser toolbar.
4. The extension will display a direct link to the Power BI report, or a message indicating that no Power BI Report Viewer iframe was found on the current page.
5. Click the "Open Power BI Report" button to open the Power BI report in a new tab.

Whether you're a data analyst, business professional, or simply someone who needs quick access to Power BI reports, PowerBI Direct Report Redirector is the perfect tool to enhance your productivity and optimize your data visualization experience.

This is used for enterprises who prefer to share only direct Report links to users instead of full access to the portal and folders.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PowerBI Direct Report Redirector PowerBI Direct Report Redirector
ID lafdkmikfpepmnlccfmopmoodkkkloek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/powerbi-direct-report-red/lafdkmikfpepmnlccfmopmoodkkkloek
คำอธิบาย Redirects the user to the Power BI Report Viewer URL found in the iframe src attribute.
ขนาดไฟล์ 5.8 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2023-03-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Forsan Al Byanat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PowerBI Direct Report Redirector",
    "version": "2.2",
    "description": "Redirects the user to the Power BI Report Viewer URL found in the iframe src attribute.",
    "icons": {
        "48": "icon48.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}