Landing Page Form Field Variables
Landing Page Form Field Variables
Co to jest Landing Page Form Field Variables?
Landing Page Form Field Variables to rozszerzenie Chrome opracowane przez N@v33n, a jego główną funkcją jest „Landing Page Form Field Variables”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Landing Page Form Field Variables
Pobierz pliki rozszerzeń Landing Page Form Field Variables 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
Extension Reads display the advertising tags/pixels deployed in Eloqua Landing Pages. Pixels are identified by reading form fields in the page and read the content from page.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | abejgnlandcdgobmjaomaoldggjmhkae |
Oficjalny URL | https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae |
Opis | Landing Page Form Field Variables |
Rozmiar pliku | 12.67 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2021-06-24 |
Data Publikacji | 2017-05-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | N@v33n |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Landing Page Form Field Variables", "short_name": "LP Form Field Variables", "description": "Landing Page Form Field Variables", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "inject.js" ] } |