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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |