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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}