MediaMath Data Segments
Shows pixel loads and uniques in MediaMath TerminalOne Platform
What is MediaMath Data Segments?
MediaMath Data Segments is a Chrome extension developed by MediaMath Technology Solutions, and its main feature is "Shows pixel loads and uniques in MediaMath TerminalOne Platform".
Extension Screenshots
Download MediaMath Data Segments Extension CRX File
Download MediaMath Data Segments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display MediaMath pixel loads and uniques for any pixels (Event, Data, Slipstream, S2S)
Extension Basic Information
Name | MediaMath Data Segments |
ID | lnoakpjbfgkhgmaeeaeemdknojfjbedm |
Official URL | https://chromewebstore.google.com/detail/mediamath-data-segments/lnoakpjbfgkhgmaeeaeemdknojfjbedm |
Description | Shows pixel loads and uniques in MediaMath TerminalOne Platform |
File Size | 2.65 MB |
Installation Count | 203 |
Current Version | 0.0.9 |
Last Updated | 2019-09-11 |
Publish Date | 2019-09-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | MediaMath Technology Solutions |
Payment Type | free |
Extension Website | http://www.mediamath.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MediaMath Data Segments", "description": "Shows pixel loads and uniques in MediaMath TerminalOne Platform", "version": "0.0.9", "manifest_version": 2, "browser_action": { "default_icon": "static\/T1-48.png" }, "icons": { "16": "static\/T1-16.png", "48": "static\/T1-48.png", "128": "static\/T1-128.png" }, "permissions": [ "cookies", "*:\/\/t1.mediamath.com\/*", "*:\/\/techsol.mediamath.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com 'sha256-H3rwg6USDIE9toN0Q91QBKDmog9o2h2DBL\/6LQgaOdQ='; object-src 'self'" } |