MoveMyFunnels

MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0

MoveMyFunnelsとは何ですか?

MoveMyFunnelsはhttps://movemyfunnels.comによって開発されたChromeの拡張機能で、その主な機能は「MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0」です。

拡張機能のスクリーンショット

screenshot
screenshot

MoveMyFunnels拡張機能のCRXファイルをダウンロード

MoveMyFunnels拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Finally! No more manually moving your funnels over from ClickFunnels 1.0 to 2.0 - you can now literally move every single page you want over in a few seconds with a click of a button!                    

拡張機能の基本情報

名前 MoveMyFunnels MoveMyFunnels
ID kmbpibllchkgceppaflijphjilgmngog
公式URL https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog
説明 MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
ファイルサイズ 2.9 MB
インストール数 296
現在のバージョン 1.4.8
最終更新日 2024-02-04
公開日 2022-11-03
評価 5.00/5 合計 1 レビュー
開発者 https://movemyfunnels.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.movemyfunnels.com
ヘルプページのURL https://www.movemyfunnels.com
プライバシーポリシーページのURL https://memberspro.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveMyFunnels",
    "version": "1.4.8",
    "description": "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0",
    "icons": {
        "128": "icons\/app_icon_128.png",
        "48": "icons\/app_icon_48.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "MoveMyFunnels"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/Server.js",
                "js\/funnelStepsController.js",
                "js\/migrateContent.js"
            ],
            "matches": [
                "*:\/\/*.myclickfunnels.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/Server.js",
                "js\/ParserController.js",
                "js\/parseContent.js"
            ],
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.myclickfunnels.com\/*",
        "*:\/\/*.clickfunnels.com\/*"
    ]
}