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" ] } ] } |