Landing Page Form Field Variables

Landing Page Form Field Variables

Qu'est-ce que Landing Page Form Field Variables ?

Landing Page Form Field Variables est une extension Chrome développée par N@v33n, et sa fonction principale est "Landing Page Form Field Variables".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Landing Page Form Field Variables

Téléchargez les fichiers d'extension Landing Page Form Field Variables au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
URL Officiel https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Description Landing Page Form Field Variables
Taille du Fichier 12.67 KB
Nombre d'Installations 18
Version Actuelle 1.4
Dernière Mise à Jour 2021-06-24
Date de Publication 2017-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur N@v33n
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}