SSRS Report Fix

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

Cos'è SSRS Report Fix?

SSRS Report Fix è un'estensione di Chrome sviluppata da Isaac Moore, e la sua funzione principale è "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SSRS Report Fix

Scarica i file di estensione SSRS Report Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
URL Ufficiale https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Descrizione This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Dimensione del File 7.82 KB
Conteggio Installazioni 26,087
Versione Corrente 1.0
Ultimo Aggiornamento 2016-06-17
Data di Pubblicazione 2016-06-16
Valutazione 3.28/5 Totale 29 Valutazioni
Sviluppatore Isaac Moore
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rmsy/SSRS-Fix
URL della Pagina di Aiuto https://github.com/rmsy/SSRS-Fix/Issues
Lingue Supportate 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"
        }
    ]
}