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 |
官方網址 | 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:\/\/*\/*" ] } |