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