Genius CF Page Cloner

Clone any CF funnel in seconds.

What is Genius CF Page Cloner?

Genius CF Page Cloner is a Chrome extension developed by edakehurst, and its main feature is "Clone any CF funnel in seconds.".

Extension Screenshots

screenshot

Download Genius CF Page Cloner Extension CRX File

Download Genius CF Page Cloner 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

                        Save time with recreating pages from ClickFunnels. Build out yuor funnels faster by copying what has come before rather than having to build from scratch,                    

Extension Basic Information

Name Genius CF Page Cloner Genius CF Page Cloner
ID efjpnacmoddnjjgeaeckdkgbdedicmfe
Official URL https://chromewebstore.google.com/detail/genius-cf-page-cloner/efjpnacmoddnjjgeaeckdkgbdedicmfe
Description Clone any CF funnel in seconds.
File Size 429 KB
Installation Count 274
Current Version 2.0.55
Last Updated 2022-12-27
Publish Date 2021-06-05
Rating 3.67/5 Total 3 Ratings
Developer edakehurst
Email [email protected]
Payment Type free
Extension Website https://edakehurst.kartra.com/page/GeniusCFPageCloner
Help Page URL https://edakehurst.kartra.com/help/HelpDesk
Privacy Policy Page URL https://geniusposts.io/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius CF Page Cloner",
    "description": "Clone any CF funnel in seconds.",
    "version": "2.0.55",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/login.html",
        "default_title": "Genius CF Page Cloner"
    },
    "content_scripts": [
        {
            "css": [
                "jquery.toast.min.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background_bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/web\/savepage.js",
                "\/js\/web\/stylehero.js",
                "\/js\/web\/movecss.js",
                "js\/vendor.js",
                "html2Canvas.min.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981543-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981604-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981654-large_icon.png"
    },
    "short_name": "GCPC"
}