SSRS Fix
This extension will fix blank SSRS reports
What is SSRS Fix?
SSRS Fix is a Chrome extension developed by steve.ianson, and its main feature is "This extension will fix blank SSRS reports".
Download SSRS Fix Extension CRX File
Download SSRS Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Some Microsoft SSRS reports are not displayed in Chrome. Pressing the button will display the hidden content on such reports.
Extension Basic Information
Name | |
ID | jmmhecipbmkdjkclklmfiandlmelkgfc |
Official URL | https://chrome.google.com/webstore/detail/ssrs-fix/jmmhecipbmkdjkclklmfiandlmelkgfc |
Description | This extension will fix blank SSRS reports |
File Size | 4.25 KB |
Installation Count | 187 |
Current Version | 1.0 |
Last Updated | 2016-05-25 |
Publish Date | 2016-05-25 |
Rating | 4.33/5 Total 3 Ratings |
Developer | steve.ianson |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |