SSRS Report Fix

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

SSRS Report Fix란 무엇입니까?

SSRS Report Fix은(는) Isaac Moore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot

SSRS Report Fix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
공식 URL https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
설명 This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
파일 크기 7.82 KB
설치 횟수 26,087
현재 버전 1.0
최근 업데이트 2016-06-17
출시 날짜 2016-06-16
평점 3.28/5 총 29 개의 평점
개발자 Isaac Moore
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rmsy/SSRS-Fix
도움말 페이지 URL https://github.com/rmsy/SSRS-Fix/Issues
지원되는 언어 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"
        }
    ]
}