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 |
Eメール | [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:\/\/*\/*" ] } |