Quadruplex

Extension to provide timeline datapoints for Google IMA3 Video SDK

Co je Quadruplex?

Quadruplex je rozšíření Chrome vyvinuté loirats, a jeho hlavní funkcí je „Extension to provide timeline datapoints for Google IMA3 Video SDK“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quadruplex

Stáhněte si soubory rozšíření Quadruplex ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Quadruplex Quadruplex
ID mbbjgfpchjfillohcbpgljakajipagbc
Oficiální URL https://chromewebstore.google.com/detail/quadruplex/mbbjgfpchjfillohcbpgljakajipagbc
Popis Extension to provide timeline datapoints for Google IMA3 Video SDK
Velikost souboru 2.02 MB
Počet instalací 1,950
Aktuální Verze 1.5.7
Poslední Aktualizace 2023-06-01
Datum Vydání 2020-06-18
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář loirats
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}