ThumbnailTest.com Analytics Processor

Automatically grab analytics from youtube studio to track your A/B testing results. For use with ThumbnailTest.com only.

ThumbnailTest.com Analytics Processorคืออะไร?

ThumbnailTest.com Analytics Processor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThumbnailTest และคุณลักษณะหลักของมันคือ "Automatically grab analytics from youtube studio to track your A/B testing results. For use with ThumbnailTest.com only."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThumbnailTest.com Analytics Processor

ดาวน์โหลดไฟล์ส่วนขยาย ThumbnailTest.com Analytics Processor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of manually uploading analytics to ThumbnailTest.com? Downloading this mini chrome extension to automatically grab all your test data at once. No more download/upload once per test. Open studio once, and have all your tests updated instantly with the most recent data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThumbnailTest.com Analytics Processor ThumbnailTest.com Analytics Processor
ID nngegidkalhoiiiehbfpfmjkeiainija
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thumbnailtestcom-analytic/nngegidkalhoiiiehbfpfmjkeiainija
คำอธิบาย Automatically grab analytics from youtube studio to track your A/B testing results. For use with ThumbnailTest.com only.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 2,008
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2023-03-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ThumbnailTest
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thumbnailtest.com
URL หน้านโยบายความเป็นส่วนตัว https://app.thumbnailtest.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ThumbnailTest.com Analytics Processor",
    "description": "Automatically grab analytics from youtube studio to track your A\/B testing results. For use with ThumbnailTest.com only.",
    "version": "1.5.2",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.thumbnailtest.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/studio.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/studio.youtube.com\/video\/*\/editor"
            ],
            "js": [
                "js\/content_script.js",
                "js\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/sendConfig.js",
                "js\/sweet.js"
            ],
            "matches": [
                "*:\/\/app.thumbnailtest.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/studio.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/app.thumbnailtest.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/studio.youtube.com\/*"
    ]
}