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 |
官方網址 | 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" ] } ] } |