MediaMath Data Segments
Shows pixel loads and uniques in MediaMath TerminalOne Platform
Was ist MediaMath Data Segments?
MediaMath Data Segments ist eine Chrome-Erweiterung, die von MediaMath Technology Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Shows pixel loads and uniques in MediaMath TerminalOne Platform".
Erweiterungsscreenshots
MediaMath Data Segments-Erweiterungs-CRX-Datei herunterladen
Laden Sie MediaMath Data Segments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Display MediaMath pixel loads and uniques for any pixels (Event, Data, Slipstream, S2S) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnoakpjbfgkhgmaeeaeemdknojfjbedm |
| Offizielle URL | https://chromewebstore.google.com/detail/mediamath-data-segments/lnoakpjbfgkhgmaeeaeemdknojfjbedm |
| Beschreibung | Shows pixel loads and uniques in MediaMath TerminalOne Platform |
| Dateigröße | 2.65 MB |
| Installationsanzahl | 203 |
| Aktuelle Version | 0.0.9 |
| Letztes Update | 2019-09-11 |
| Veröffentlichungsdatum | 2019-09-10 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | MediaMath Technology Solutions |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.mediamath.com |
| Unterstützte Sprachen | 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'"
} | |