SSRS Fix

This extension will fix blank SSRS reports

什么是SSRS Fix?

SSRS Fix是由steve.ianson开发的Chrome扩展程序,该扩展的主要功能是“This extension will fix blank SSRS reports”。

下载SSRS Fix扩展crx文件

下载SSRS Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Some Microsoft SSRS reports are not displayed in Chrome.
Pressing the button will display the hidden content on such reports.                    

扩展基本信息

名称 SSRS Fix SSRS Fix
ID jmmhecipbmkdjkclklmfiandlmelkgfc
官方URL https://chrome.google.com/webstore/detail/ssrs-fix/jmmhecipbmkdjkclklmfiandlmelkgfc
简介 This extension will fix blank SSRS reports
文件大小 4.25 KB
安装次数 187
当前版本 1.0
更新时间 2016-05-25
上架时间 2016-05-25
评分 4.33/5 共3次评分
开发者 steve.ianson
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SSRS Fix",
    "description": "This extension will fix blank SSRS reports",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "SSRS Fix",
        "default_icon": "ssrs.png"
    },
    "manifest_version": 2
}