Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Yieldr Pixel Inspectorとは何ですか?
Yieldr Pixel Inspectorはhttps://yieldr.comによって開発されたChromeの拡張機能で、その主な機能は「Debug tracking pixel implementations with ease!」です。
拡張機能のスクリーンショット
Yieldr Pixel Inspector拡張機能のCRXファイルをダウンロード
Yieldr Pixel Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | peiijebaomphjdagnapbhookbnonhclm |
| 公式URL | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
| 説明 | Debug tracking pixel implementations with ease! |
| ファイルサイズ | 123 KB |
| インストール数 | 88 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2015-10-28 |
| 公開日 | 2015-10-28 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://yieldr.com |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.2.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/yieldr-16.png",
"128": "images\/yieldr-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"webRequest",
"*:\/\/*.254a.com\/*"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"externally_connectable": {
"matches": [
"*:\/\/*.yieldr.com\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"browser_action": {
"default_icon": {
"16": "images\/yieldr-16.png",
"19": "images\/yieldr-19.png",
"38": "images\/yieldr-38.png",
"128": "images\/yieldr-128.png"
},
"default_title": "Yieldr Pixel Inspector",
"default_popup": "popup.html"
}
} | |