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”。
扩展截图
下载Quadruplex扩展crx文件
下载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/
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |