Yieldr Pixel Inspector
Debug tracking pixel implementations with ease!
Co to jest Yieldr Pixel Inspector?
Yieldr Pixel Inspector to rozszerzenie Chrome opracowane przez https://yieldr.com, a jego główną funkcją jest „Debug tracking pixel implementations with ease!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yieldr Pixel Inspector
Pobierz pliki rozszerzeń Yieldr Pixel Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Yieldr Pixel Inspector |
ID | peiijebaomphjdagnapbhookbnonhclm |
Oficjalny URL | https://chromewebstore.google.com/detail/yieldr-pixel-inspector/peiijebaomphjdagnapbhookbnonhclm |
Opis | Debug tracking pixel implementations with ease! |
Rozmiar pliku | 123 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2015-10-28 |
Data Publikacji | 2015-10-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://yieldr.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |