SSRS Report Fix

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

Apa itu SSRS Report Fix?

SSRS Report Fix adalah ekstensi Chrome yang dikembangkan oleh Isaac Moore, dan fitur utamanya adalah "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SSRS Report Fix

Unduh file ekstensi SSRS Report Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
URL Resmi https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Deskripsi This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Ukuran File 7.82 KB
Jumlah Instalasi 26,087
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-17
Tanggal Publikasi 2016-06-16
Penilaian 3.28/5 Total 29 Penilaian
Pengembang Isaac Moore
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rmsy/SSRS-Fix
URL Halaman Bantuan https://github.com/rmsy/SSRS-Fix/Issues
Bahasa yang Didukung 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"
        }
    ]
}