Landing Page Form Field Variables

Landing Page Form Field Variables

Apa itu Landing Page Form Field Variables?

Landing Page Form Field Variables adalah ekstensi Chrome yang dikembangkan oleh N@v33n, dan fitur utamanya adalah "Landing Page Form Field Variables".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Landing Page Form Field Variables

Unduh file ekstensi Landing Page Form Field Variables dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
URL Resmi https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Deskripsi Landing Page Form Field Variables
Ukuran File 12.67 KB
Jumlah Instalasi 18
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2017-05-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang N@v33n
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}