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
官方網址 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"
        }
    ]
}