Tealeaf Helper
This extension was created to help Select all Items when using the Filter on report Builder
Co to jest Tealeaf Helper?
Tealeaf Helper to rozszerzenie Chrome opracowane przez hoggkm, a jego główną funkcją jest „This extension was created to help Select all Items when using the Filter on report Builder”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tealeaf Helper
Pobierz pliki rozszerzeń Tealeaf Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aljdjnpfggihgpjkodffnajhfhedoopa |
Oficjalny URL | https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa |
Opis | This extension was created to help Select all Items when using the Filter on report Builder |
Rozmiar pliku | 40.04 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-04-29 |
Data Publikacji | 2016-04-29 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | hoggkm |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |