Landing Page Form Field Variables

Landing Page Form Field Variables

什麼是Landing Page Form Field Variables?

Landing Page Form Field Variables是由N@v33n開發的Chrome擴展程式,該擴展的主要功能是“Landing Page Form Field Variables”。

擴展截圖

screenshot

下載Landing Page Form Field Variables擴展crx文件

下載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
官方網址 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"
    ]
}