Landing Page Form Field Variables

Landing Page Form Field Variables

Co je Landing Page Form Field Variables?

Landing Page Form Field Variables je rozšíření Chrome vyvinuté N@v33n, a jeho hlavní funkcí je „Landing Page Form Field Variables“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Landing Page Form Field Variables

Stáhněte si soubory rozšíření Landing Page Form Field Variables ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
Oficiální URL https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Popis Landing Page Form Field Variables
Velikost souboru 12.67 KB
Počet instalací 18
Aktuální Verze 1.4
Poslední Aktualizace 2021-06-24
Datum Vydání 2017-05-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář N@v33n
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}