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ファイルをダウンロード

SSRS Report Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}