Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Apa itu Yieldr Pixel Inspector?
Yieldr Pixel Inspector adalah ekstensi Chrome yang dikembangkan oleh https://yieldr.com, dan fitur utamanya adalah "Debug tracking pixel implementations with ease!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yieldr Pixel Inspector
Unduh file ekstensi Yieldr Pixel Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
URL Resmi | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Deskripsi | Debug tracking pixel implementations with ease! |
Ukuran File | 123 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2015-10-28 |
Tanggal Publikasi | 2015-10-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://yieldr.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |