Genius CF Page Cloner

Clone any CF funnel in seconds.

什么是Genius CF Page Cloner?

Genius CF Page Cloner是由edakehurst开发的Chrome扩展程序,该扩展的主要功能是“Clone any CF funnel in seconds.”。

扩展截图

screenshot

下载Genius CF Page Cloner扩展crx文件

下载Genius CF Page Cloner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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,                    

扩展基本信息

名称 Genius CF Page Cloner Genius CF Page Cloner
ID efjpnacmoddnjjgeaeckdkgbdedicmfe
官方URL https://chromewebstore.google.com/detail/genius-cf-page-cloner/efjpnacmoddnjjgeaeckdkgbdedicmfe
简介 Clone any CF funnel in seconds.
文件大小 429 KB
安装次数 274
当前版本 2.0.55
更新时间 2022-12-27
上架时间 2021-06-05
评分 3.67/5 共3次评分
开发者 edakehurst
电子邮箱 [email protected]
付费类型 free
扩展官网 https://edakehurst.kartra.com/page/GeniusCFPageCloner
帮助页面URL https://edakehurst.kartra.com/help/HelpDesk
隐私政策页面URL https://geniusposts.io/privacy-policy.html
支持的语言 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"
}