Landing Page Form Field Variables

Landing Page Form Field Variables

ما هو Landing Page Form Field Variables؟

Landing Page Form Field Variables هو إضافة Chrome تم تطويرها بواسطة N@v33n، والميزة الرئيسية لها هي "Landing Page Form Field Variables".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Landing Page Form Field Variables

قم بتنزيل ملفات الامتداد Landing Page Form Field Variables بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}