Tealeaf Helper
This extension was created to help Select all Items when using the Filter on report Builder
Tealeaf Helperとは何ですか?
Tealeaf Helperはhoggkmによって開発されたChromeの拡張機能で、その主な機能は「This extension was created to help Select all Items when using the Filter on report Builder」です。
拡張機能のスクリーンショット
Tealeaf Helper拡張機能のCRXファイルをダウンロード
Tealeaf Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)
拡張機能の基本情報
名前 | |
ID | aljdjnpfggihgpjkodffnajhfhedoopa |
公式URL | https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa |
説明 | This extension was created to help Select all Items when using the Filter on report Builder |
ファイルサイズ | 40.04 KB |
インストール数 | 23 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-04-29 |
公開日 | 2016-04-29 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | hoggkm |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tealeaf Helper", "version": "0.0.1", "manifest_version": 2, "description": "This extension was created to help Select all Items when using the Filter on report Builder", "homepage_url": "http:\/\/www-01.ibm.com\/software\/info\/tealeaf\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "contentSettings", "contextMenus", "history", "management", "notifications", "storage", "clipboardWrite", "clipboardRead" ], "content_scripts": [ { "matches": [ "*:\/\/*\/portal\/ReportBuilder*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |