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 |
| 官方網址 | 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",
" | |