Landing Page Form Field Variables

Landing Page Form Field Variables

Was ist Landing Page Form Field Variables?

Landing Page Form Field Variables ist eine Chrome-Erweiterung, die von N@v33n entwickelt wurde, und ihr Hauptmerkmal ist "Landing Page Form Field Variables".

Erweiterungsscreenshots

screenshot

Landing Page Form Field Variables-Erweiterungs-CRX-Datei herunterladen

Laden Sie Landing Page Form Field Variables-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
Offizielle URL https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Beschreibung Landing Page Form Field Variables
Dateigröße 12.67 KB
Installationsanzahl 18
Aktuelle Version 1.4
Letztes Update 2021-06-24
Veröffentlichungsdatum 2017-05-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler N@v33n
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}