Landing Page Form Field Variables

Landing Page Form Field Variables

Vad är Landing Page Form Field Variables?

Landing Page Form Field Variables är en Chrome-tillägg utvecklad av N@v33n, och dess huvudfunktion är "Landing Page Form Field Variables".

Tilläggsskärmbilder

screenshot

Ladda ner Landing Page Form Field Variables-förlängningens CRX-fil

Ladda ner Landing Page Form Field Variables-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
Officiell webbadress https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Beskrivning Landing Page Form Field Variables
Filstorlek 12.67 KB
Antal Installationer 18
Aktuell Version 1.4
Senast Uppdaterad 2021-06-24
Publiceringsdatum 2017-05-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare N@v33n
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}