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插件。
扩展使用说明
扩展基本信息
名称 | Yieldr Pixel Inspector |
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" } } |