Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
What is Yieldr Pixel Inspector?
Yieldr Pixel Inspector is a Chrome extension developed by https://yieldr.com, and its main feature is "Debug tracking pixel implementations with ease!".
Extension Screenshots
Download Yieldr Pixel Inspector Extension CRX File
Download Yieldr Pixel Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
Official URL | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Description | Debug tracking pixel implementations with ease! |
File Size | 123 KB |
Installation Count | 88 |
Current Version | 1.2.2 |
Last Updated | 2015-10-28 |
Publish Date | 2015-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://yieldr.com |
Payment Type | free |
Supported Languages | 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" } } |