Landing Page Form Field Variables

Landing Page Form Field Variables

Landing Page Form Field Variables là gì?

Landing Page Form Field Variables là một tiện ích mở rộng Chrome được phát triển bởi N@v33n, và tính năng chính của nó là "Landing Page Form Field Variables".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Landing Page Form Field Variables

Tải xuống các tệp mở rộng Landing Page Form Field Variables dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Landing Page Form Field Variables Landing Page Form Field Variables
ID abejgnlandcdgobmjaomaoldggjmhkae
URL Chính Thức https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae
Mô tả Landing Page Form Field Variables
Kích Thước Tệp 12.67 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2017-05-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển N@v33n
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}