Tealeaf Helper
This extension was created to help Select all Items when using the Filter on report Builder
O que é Tealeaf Helper?
Tealeaf Helper é uma extensão do Chrome desenvolvida por hoggkm, e sua principal característica é "This extension was created to help Select all Items when using the Filter on report Builder".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tealeaf Helper
Baixe arquivos de extensão Tealeaf Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)
Informações Básicas da Extensão
Nome | |
ID | aljdjnpfggihgpjkodffnajhfhedoopa |
URL Oficial | https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa |
Descrição | This extension was created to help Select all Items when using the Filter on report Builder |
Tamanho do Arquivo | 40.04 KB |
Contagem de Instalações | 23 |
Versão Atual | 0.0.1 |
Última Atualização | 2016-04-29 |
Data de Publicação | 2016-04-29 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | hoggkm |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |