Quadruplex
Extension to provide timeline datapoints for Google IMA3 Video SDK
Quadruplex là gì?
Quadruplex là một tiện ích mở rộng Chrome được phát triển bởi loirats, và tính năng chính của nó là "Extension to provide timeline datapoints for Google IMA3 Video SDK".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quadruplex
Tải xuống các tệp mở rộng Quadruplex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mbbjgfpchjfillohcbpgljakajipagbc |
URL Chính Thức | https://chromewebstore.google.com/detail/quadruplex/mbbjgfpchjfillohcbpgljakajipagbc |
Mô tả | Extension to provide timeline datapoints for Google IMA3 Video SDK |
Kích Thước Tệp | 2.02 MB |
Số Lần Cài Đặt | 1,950 |
Phiên Bản Hiện Tại | 1.5.7 |
Cập Nhật Lần Cuối | 2023-06-01 |
Ngày Phát Hành | 2020-06-18 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | loirats |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |