Landing Page Form Field Variables

Landing Page Form Field Variables

What is Landing Page Form Field Variables?

Landing Page Form Field Variables is a Chrome extension developed by N@v33n, and its main feature is "Landing Page Form Field Variables".

Extension Screenshots

screenshot

Download Landing Page Form Field Variables Extension CRX File

Download Landing Page Form Field Variables extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
Official URL https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Description Landing Page Form Field Variables
File Size 12.67 KB
Installation Count 18
Current Version 1.4
Last Updated 2021-06-24
Publish Date 2017-05-09
Rating 5.00/5 Total 1 Ratings
Developer N@v33n
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}