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"
            ]
        }
    ]
}