SSRS Report Fix

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

Co to jest SSRS Report Fix?

SSRS Report Fix to rozszerzenie Chrome opracowane przez Isaac Moore, a jego główną funkcją jest „This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SSRS Report Fix

Pobierz pliki rozszerzeń SSRS Report Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
Oficjalny URL https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Opis This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Rozmiar pliku 7.82 KB
Liczba instalacji 26,087
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-06-17
Data Publikacji 2016-06-16
Ocena 3.28/5 Łącznie 29 Oceny
Deweloper Isaac Moore
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/rmsy/SSRS-Fix
Adres URL Strony Pomocy https://github.com/rmsy/SSRS-Fix/Issues
Obsługiwane Języki 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"
        }
    ]
}