Tealeaf Helper

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

Что такое Tealeaf Helper?

Tealeaf Helper - это расширение Chrome, разработанное hoggkm, и его основная функция - "This extension was created to help Select all Items when using the Filter on report Builder".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tealeaf Helper

Скачайте файлы расширений Tealeaf Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Tealeaf Helper Tealeaf Helper
ID aljdjnpfggihgpjkodffnajhfhedoopa
Официальный URL https://chromewebstore.google.com/detail/tealeaf-helper/aljdjnpfggihgpjkodffnajhfhedoopa
Описание This extension was created to help Select all Items when using the Filter on report Builder
Размер файла 40.04 KB
Количество установок 23
Текущая Версия 0.0.1
Последнее Обновление 2016-04-29
Дата публикации 2016-04-29
Рейтинг 5.00/5 Всего 2 оценок
Разработчик hoggkm
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}