Tealeaf Helper
This extension was created to help Select all Items when using the Filter on report Builder
Tealeaf Helper là gì?
Tealeaf Helper là một tiện ích mở rộng Chrome được phát triển bởi hoggkm, và tính năng chính của nó là "This extension was created to help Select all Items when using the Filter on report Builder".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tealeaf Helper
Tải xuống các tệp mở rộng Tealeaf Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aljdjnpfggihgpjkodffnajhfhedoopa |
URL Chính Thức | https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa |
Mô tả | This extension was created to help Select all Items when using the Filter on report Builder |
Kích Thước Tệp | 40.04 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2016-04-29 |
Ngày Phát Hành | 2016-04-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | hoggkm |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |