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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}