Tealeaf Helper

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

Co je Tealeaf Helper?

Tealeaf Helper je rozšíření Chrome vyvinuté hoggkm, a jeho hlavní funkcí je „This extension was created to help Select all Items when using the Filter on report Builder“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tealeaf Helper

Stáhněte si soubory rozšíření Tealeaf Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Tealeaf Helper Tealeaf Helper
ID aljdjnpfggihgpjkodffnajhfhedoopa
Oficiální URL https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa
Popis This extension was created to help Select all Items when using the Filter on report Builder
Velikost souboru 40.04 KB
Počet instalací 23
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-04-29
Datum Vydání 2016-04-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář hoggkm
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}