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
电子邮箱 [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"
        }
    ]
}