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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |