SSRS Report Fix

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

What is SSRS Report Fix?

SSRS Report Fix is a Chrome extension developed by Isaac Moore, and its main feature is "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Extension Screenshots

screenshot

Download SSRS Report Fix Extension CRX File

Download SSRS Report Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
Official URL https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Description This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
File Size 7.82 KB
Installation Count 26,087
Current Version 1.0
Last Updated 2016-06-17
Publish Date 2016-06-16
Rating 3.28/5 Total 29 Ratings
Developer Isaac Moore
Email [email protected]
Payment Type free
Extension Website https://github.com/rmsy/SSRS-Fix
Help Page URL https://github.com/rmsy/SSRS-Fix/Issues
Supported Languages 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"
        }
    ]
}