Tealeaf Helper

This extension was created to help Select all Items when using the Filter on report Builder

What is Tealeaf Helper?

Tealeaf Helper is a Chrome extension developed by hoggkm, and its main feature is "This extension was created to help Select all Items when using the Filter on report Builder".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tealeaf Helper Extension CRX File

Download Tealeaf Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a Select All and Un-Select All button to the filter Modal on the Report Builder page of IBM Teafleaf (Newest Version)                    

Extension Basic Information

Name Tealeaf Helper Tealeaf Helper
ID aljdjnpfggihgpjkodffnajhfhedoopa
Official URL https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa
Description This extension was created to help Select all Items when using the Filter on report Builder
File Size 40.04 KB
Installation Count 23
Current Version 0.0.1
Last Updated 2016-04-29
Publish Date 2016-04-29
Rating 5.00/5 Total 2 Ratings
Developer hoggkm
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}