TerminalOne Pixel Debugger
Display presence of Mediamath TerminalOne pixels
什么是TerminalOne Pixel Debugger?
TerminalOne Pixel Debugger是由MediaMath Technology Solutions开发的Chrome扩展程序,该扩展的主要功能是“Display presence of Mediamath TerminalOne pixels”。
扩展截图
下载TerminalOne Pixel Debugger扩展crx文件
下载TerminalOne Pixel Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Examine your implementation of the MediaMath TerminalOne Pixel.
The TerminalOne Pixel Debugger displays the presence of MediaMath TerminalOne Pixels.
It allows you to inspect* the pixel configurations of all MediaMath Pixels installed on a website.
* Inspection feature only works if you have logged into MediaMath TerminalOne console 扩展基本信息
| 名称 | |
| ID | lblndfadnccgoeamohlemgaldnbjdnkn |
| 官方URL | https://chrome.google.com/webstore/detail/terminalone-pixel-debugge/lblndfadnccgoeamohlemgaldnbjdnkn |
| 简介 | Display presence of Mediamath TerminalOne pixels |
| 文件大小 | 727 KB |
| 安装次数 | 688 |
| 当前版本 | 0.4 |
| 更新时间 | 2020-01-27 |
| 上架时间 | 2020-01-22 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | MediaMath Technology Solutions |
| 付费类型 | free |
| 扩展官网 | http://www.mediamath.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"inject.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_start"
}
],
"icons": {
"128": "pint_logo.png",
"16": "pint_logo.png",
"32": "pint_logo.png",
"48": "pint_logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "pint_logo.png",
"default_popup": "popup.html"
},
"name": "TerminalOne Pixel Debugger",
"short_name": "TerminalOne Pixel Debugger",
"description": "Display presence of Mediamath TerminalOne pixels",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
" | |