SSRS Report Fix

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

Vad är SSRS Report Fix?

SSRS Report Fix är en Chrome-tillägg utvecklad av Isaac Moore, och dess huvudfunktion är "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner SSRS Report Fix-förlängningens CRX-fil

Ladda ner SSRS Report Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
Officiell webbadress https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Beskrivning This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Filstorlek 7.82 KB
Antal Installationer 26,087
Aktuell Version 1.0
Senast Uppdaterad 2016-06-17
Publiceringsdatum 2016-06-16
Betyg 3.28/5 Totalt 29 Betyg
Utvecklare Isaac Moore
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/rmsy/SSRS-Fix
Hjälpsida URL https://github.com/rmsy/SSRS-Fix/Issues
Stödda Språk 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"
        }
    ]
}