Quadruplex

Extension to provide timeline datapoints for Google IMA3 Video SDK

Quadruplexคืออะไร?

Quadruplex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loirats และคุณลักษณะหลักของมันคือ "Extension to provide timeline datapoints for Google IMA3 Video SDK"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quadruplex

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

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

                        Extension to provide monitoring datapoint for Google IMA3 Video SDK

People dealing with Video Monetization through Google Ad Manager will be able to see events interaction generated when their video player is plugged with the Google IMA3 Video SDK.
It will display events, VAST Events and Interaction.
When there is a VAST Error,  Quadruplex will tell what to do and how to reduce such error.

June 2023 Release Notes:
 - Fix expanding layers behavior.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/                    

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

ชื่อ Quadruplex Quadruplex
ID mbbjgfpchjfillohcbpgljakajipagbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quadruplex/mbbjgfpchjfillohcbpgljakajipagbc
คำอธิบาย Extension to provide timeline datapoints for Google IMA3 Video SDK
ขนาดไฟล์ 2.02 MB
จำนวนการติดตั้ง 1,950
เวอร์ชันปัจจุบัน 1.5.7
อัปเดตครั้งล่าสุด 2023-06-01
วันที่เผยแพร่ 2020-06-18
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา loirats
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quadruplex",
    "version": "1.5.7",
    "description": "Extension to provide timeline datapoints for Google IMA3 Video SDK",
    "icons": {
        "16": "icons\/monitor-16x16.png",
        "32": "icons\/monitor-32x32.png",
        "48": "icons\/monitor-48x48.png",
        "128": "icons\/monitor-128x128.png"
    },
    "action": {
        "default_popup": "html\/popup\/main.html"
    },
    "devtools_page": "html\/devtools\/main.html",
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}