Quadruplex

Extension to provide timeline datapoints for Google IMA3 Video SDK

Vad är Quadruplex?

Quadruplex är en Chrome-tillägg utvecklad av loirats, och dess huvudfunktion är "Extension to provide timeline datapoints for Google IMA3 Video SDK".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Quadruplex-förlängningens CRX-fil

Ladda ner Quadruplex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Quadruplex Quadruplex
ID mbbjgfpchjfillohcbpgljakajipagbc
Officiell webbadress https://chromewebstore.google.com/detail/quadruplex/mbbjgfpchjfillohcbpgljakajipagbc
Beskrivning Extension to provide timeline datapoints for Google IMA3 Video SDK
Filstorlek 2.02 MB
Antal Installationer 1,950
Aktuell Version 1.5.7
Senast Uppdaterad 2023-06-01
Publiceringsdatum 2020-06-18
Betyg 4.50/5 Totalt 4 Betyg
Utvecklare loirats
E-post [email protected]
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}