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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |