Quadruplex

Extension to provide timeline datapoints for Google IMA3 Video SDK

Quadruplex क्या है?

Quadruplex loirats द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to provide timeline datapoints for Google IMA3 Video SDK"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quadruplex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}