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
Eメール [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"
}