SSRS Report Fix

This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.

SSRS Report Fixคืออะไร?

SSRS Report Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Isaac Moore และคุณลักษณะหลักของมันคือ "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSRS Report Fix

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

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

                        This is a simple extension that automatically fixes a CSS oversight on Microsoft's part that results in SSRS reports appearing as a blank white page in all modern web browsers.

If you are attempting to view Microsoft Reporting Services reports using Google Chrome and all that you see is a blank page, this extension will solve your problem.                    

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

ชื่อ SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
คำอธิบาย This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
ขนาดไฟล์ 7.82 KB
จำนวนการติดตั้ง 26,087
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-06-17
วันที่เผยแพร่ 2016-06-16
คะแนน 3.28/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Isaac Moore
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rmsy/SSRS-Fix
URL หน้าช่วยเหลือ https://github.com/rmsy/SSRS-Fix/Issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSRS Report Fix",
    "version": "1.0",
    "author": "Isaac Moore",
    "description": "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.",
    "icons": {
        "16": "resources\/icons\/icon-16.png",
        "32": "resources\/icons\/icon-32.png",
        "64": "resources\/icons\/icon-64.png",
        "128": "resources\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "css-inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}