SSRS Report Fix

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

Was ist SSRS Report Fix?

SSRS Report Fix ist eine Chrome-Erweiterung, die von Isaac Moore entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Erweiterungsscreenshots

screenshot

SSRS Report Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie SSRS Report Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
Offizielle URL https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Beschreibung This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Dateigröße 7.82 KB
Installationsanzahl 26,087
Aktuelle Version 1.0
Letztes Update 2016-06-17
Veröffentlichungsdatum 2016-06-16
Bewertung 3.28/5 Insgesamt 29 Bewertungen
Entwickler Isaac Moore
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rmsy/SSRS-Fix
Hilfeseite URL https://github.com/rmsy/SSRS-Fix/Issues
Unterstützte Sprachen 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"
        }
    ]
}