Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Cos'è Yieldr Pixel Inspector?
Yieldr Pixel Inspector è un'estensione di Chrome sviluppata da https://yieldr.com, e la sua funzione principale è "Debug tracking pixel implementations with ease!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yieldr Pixel Inspector
Scarica i file di estensione Yieldr Pixel Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
URL Ufficiale | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Descrizione | Debug tracking pixel implementations with ease! |
Dimensione del File | 123 KB |
Conteggio Installazioni | 88 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2015-10-28 |
Data di Pubblicazione | 2015-10-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://yieldr.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |