SSRS Report Fix

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

SSRS Report Fix là gì?

SSRS Report Fix là một tiện ích mở rộng Chrome được phát triển bởi Isaac Moore, và tính năng chính của nó là "This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SSRS Report Fix

Tải xuống các tệp mở rộng SSRS Report Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SSRS Report Fix SSRS Report Fix
ID fjbdfjiheheafbioiejbdpalmojkeobk
URL Chính Thức https://chromewebstore.google.com/detail/ssrs-report-fix/fjbdfjiheheafbioiejbdpalmojkeobk
Mô tả This extension allows Microsoft Reporting Services reports to render correctly in Google Chrome.
Kích Thước Tệp 7.82 KB
Số Lần Cài Đặt 26,087
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-17
Ngày Phát Hành 2016-06-16
Đánh Giá 3.28/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Isaac Moore
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rmsy/SSRS-Fix
URL Trang Trợ Giúp https://github.com/rmsy/SSRS-Fix/Issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}