Funnel Cloner

Copy paste any click funnel in a single click.

Funnel Clonerคืออะไร?

Funnel Cloner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Funnelscare.COM และคุณลักษณะหลักของมันคือ "Copy paste any click funnel in a single click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Funnel Cloner

ดาวน์โหลดไฟล์ส่วนขยาย Funnel Cloner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easiest and fastest way to copy CF pages or turn any page into a Click-funnels page

How To USE IT 
1) Open the Clickfunnels Page you want to copy
2) Click the extension icon
3) Select COPY button on Extention 
4) Open the Clickfunnels editor to a new page you want to clone to
5) Click the extension icon again and now click the Paste Funnel
6) Wait for the SAVE button to appear in the extension, then click it
7) Modify The Section or Elements You Wants To Modify                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Funnel Cloner Funnel Cloner
ID oohbbbaegekoechafdeojjeolemifioc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/funnel-cloner/oohbbbaegekoechafdeojjeolemifioc
คำอธิบาย Copy paste any click funnel in a single click.
ขนาดไฟล์ 512 KB
จำนวนการติดตั้ง 1,247
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-12-23
วันที่เผยแพร่ 2020-08-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Funnelscare.COM
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://funnelscopier.com/hack-any-funnel-in-3-clicks
URL หน้าช่วยเหลือ https://funnelscopier.com/privacy-term-conditions-funnelscopier
URL หน้านโยบายความเป็นส่วนตัว https://funnelscopier.com/privacy-term-conditions-funnelscopier
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Cloner",
    "short_name": "Funnel Cloner",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Copy paste any click funnel in a single click.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Funnel Cloner",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.clickfunnels.com\/*",
        "*:\/\/*.funnelcopier.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}