SSRS Report Fix

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

Wat is SSRS Report Fix?

SSRS Report Fix is een Chrome-extensie ontwikkeld door Isaac Moore, en de belangrijkste functie is "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SSRS Report Fix

Download SSRS Report Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
Officiële URL https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Beschrijving This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Bestandsgrootte 7.82 KB
Aantal Installaties 26,087
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-17
Publicatiedatum 2016-06-16
Beoordeling 3.28/5 Totaal 29 Beoordelingen
Ontwikkelaar Isaac Moore
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rmsy/SSRS-Fix
Help Pagina-URL https://github.com/rmsy/SSRS-Fix/Issues
Ondersteunde Talen 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"
        }
    ]
}