CF Funnel Mover

Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.

What is CF Funnel Mover?

CF Funnel Mover is a Chrome extension developed by https://cffunnelmover.com, and its main feature is "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.".

Extension Screenshots

screenshot

Download CF Funnel Mover Extension CRX File

Download CF Funnel Mover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CF Funnel Mover CF Funnel Mover
ID lafnonaaoenfhadphaifiaogfjcblbgo
Official URL https://chromewebstore.google.com/detail/cf-funnel-mover/lafnonaaoenfhadphaifiaogfjcblbgo
Description Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.
File Size 1.19 MB
Installation Count 164
Current Version 1.00.08
Last Updated 2023-11-24
Publish Date 2022-10-16
Rating 5.00/5 Total 1 Ratings
Developer https://cffunnelmover.com
Email [email protected]
Payment Type free
Extension Website https://www.cffunnelmover.com
Privacy Policy Page URL https://tier5.us
Supported Languages 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": [
                ""
            ]
        }
    ]
}