Tealeaf Helper
This extension was created to help Select all Items when using the Filter on report Builder
Cos'è Tealeaf Helper?
Tealeaf Helper è un'estensione di Chrome sviluppata da hoggkm, e la sua funzione principale è "This extension was created to help Select all Items when using the Filter on report Builder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tealeaf Helper
Scarica i file di estensione Tealeaf Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)
Informazioni di Base sull'Estensione
Nome | |
ID | aljdjnpfggihgpjkodffnajhfhedoopa |
URL Ufficiale | https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa |
Descrizione | This extension was created to help Select all Items when using the Filter on report Builder |
Dimensione del File | 40.04 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-04-29 |
Data di Pubblicazione | 2016-04-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | hoggkm |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |