SSRS Report Fix

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

Qu'est-ce que SSRS Report Fix ?

SSRS Report Fix est une extension Chrome développée par Isaac Moore, et sa fonction principale est "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SSRS Report Fix

Téléchargez les fichiers d'extension SSRS Report Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
URL Officiel https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Description This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Taille du Fichier 7.82 KB
Nombre d'Installations 26,087
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-17
Date de Publication 2016-06-16
Évaluation 3.28/5 Total 29 Évaluations
Développeur Isaac Moore
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rmsy/SSRS-Fix
URL de la Page d'Aide https://github.com/rmsy/SSRS-Fix/Issues
Langues Prises en Charge 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"
        }
    ]
}