CF Funnel Mover
Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.
CF Funnel Moverคืออะไร?
CF Funnel Mover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cffunnelmover.com และคุณลักษณะหลักของมันคือ "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CF Funnel Mover
ดาวน์โหลดไฟล์ส่วนขยาย CF Funnel Mover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Migrate all your CF 1.0 pages and funnels to 2.0 within few clicks, so you can save weeks of time and thousands of dollars. This tool solves your problem and moves your funnels in seconds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CF Funnel Mover |
ID | lafnonaaoenfhadphaifiaogfjcblbgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cf-funnel-mover/lafnonaaoenfhadphaifiaogfjcblbgo |
คำอธิบาย | Move all your funnel pages from cf 1.0 to cf 2.0 in seconds. |
ขนาดไฟล์ | 1.19 MB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 1.00.08 |
อัปเดตครั้งล่าสุด | 2023-11-24 |
วันที่เผยแพร่ | 2022-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://cffunnelmover.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cffunnelmover.com |
URL หน้านโยบายความเป็นส่วนตัว | https://tier5.us |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CF Funnel Mover", "description": "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.", "version": "1.00.08", "short_name": "CFM", "action": { "default_title": "CF Funnel Mover" }, "icons": { "16": "images\/1665909646142-smallLogo.png", "48": "images\/1665909646203-mediumLogo.png", "128": "images\/1665909646261-largeLogo.png" }, "content_scripts": [ { "run_at": "document_end", "all_frames": false, "js": [ "assets\/js\/jquery.min.js", "js\/pastecontent.js" ], "matches": [ "*:\/\/*.myclickfunnels.com\/*" ] }, { "run_at": "document_end", "all_frames": false, "js": [ "assets\/js\/jquery.min.js", "js\/getcontent.js" ], "matches": [ "*:\/\/*.clickfunnels.com\/*" ] } ], "background": { "service_worker": "worker_wrapper.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.myclickfunnels.com\/*", "*:\/\/*.clickfunnels.com\/*", "*:\/\/.cffunnelmover.com\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*", "assets\/*", "js\/*" ], "matches": [ " |