Landing Page Form Field Variables
Landing Page Form Field Variables
Wat is Landing Page Form Field Variables?
Landing Page Form Field Variables is een Chrome-extensie ontwikkeld door N@v33n, en de belangrijkste functie is "Landing Page Form Field Variables".
Extensie Screenshots
Download het CRX-bestand van de extensie Landing Page Form Field Variables
Download Landing Page Form Field Variables-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
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.
Basisinformatie over de Extensie
Naam | |
ID | abejgnlandcdgobmjaomaoldggjmhkae |
Officiële URL | https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae |
Beschrijving | Landing Page Form Field Variables |
Bestandsgrootte | 12.67 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2017-05-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | N@v33n |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |