Landing Page Form Field Variables

Landing Page Form Field Variables

Landing Page Form Field Variables क्या है?

Landing Page Form Field Variables N@v33n द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Landing Page Form Field Variables"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Landing Page Form Field Variables एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
आधिकारिक URL https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
विवरण Landing Page Form Field Variables
फ़ाइल का आकार 12.67 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-06-24
प्रकाशन तिथि 2017-05-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर N@v33n
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}