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 |
Eメール | [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" ] } |