Landing Page Form Field Variables

Landing Page Form Field Variables

Cos'è Landing Page Form Field Variables?

Landing Page Form Field Variables è un'estensione di Chrome sviluppata da N@v33n, e la sua funzione principale è "Landing Page Form Field Variables".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Landing Page Form Field Variables

Scarica i file di estensione Landing Page Form Field Variables in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
URL Ufficiale https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Descrizione Landing Page Form Field Variables
Dimensione del File 12.67 KB
Conteggio Installazioni 18
Versione Corrente 1.4
Ultimo Aggiornamento 2021-06-24
Data di Pubblicazione 2017-05-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore N@v33n
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}