Landing Page Form Field Variables

Landing Page Form Field Variables

Hvad er Landing Page Form Field Variables?

Landing Page Form Field Variables er en Chrome-udvidelse udviklet af N@v33n, og dens hovedfunktion er "Landing Page Form Field Variables".

Udvidelsesskærmbilleder

screenshot

Download Landing Page Form Field Variables-udvidelses-CRX-fil

Download Landing Page Form Field Variables-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
Officiel URL https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Beskrivelse Landing Page Form Field Variables
Filstørrelse 12.67 KB
Antal Installationer 18
Nuværende Version 1.4
Senest Opdateret 2021-06-24
Udgivelsesdato 2017-05-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler N@v33n
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}