Quadruplex

Extension to provide timeline datapoints for Google IMA3 Video SDK

Quadruplex란 무엇입니까?

Quadruplex은(는) loirats에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to provide timeline datapoints for Google IMA3 Video SDK"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quadruplex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}