Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Wat is Yieldr Pixel Inspector?
Yieldr Pixel Inspector is een Chrome-extensie ontwikkeld door https://yieldr.com, en de belangrijkste functie is "Debug tracking pixel implementations with ease!".
Extensie Screenshots
Download het CRX-bestand van de extensie Yieldr Pixel Inspector
Download Yieldr Pixel Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
Officiële URL | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Beschrijving | Debug tracking pixel implementations with ease! |
Bestandsgrootte | 123 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2015-10-28 |
Publicatiedatum | 2015-10-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://yieldr.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |