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
官方網址 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"
}