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",
" | |