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
官方網址 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
電子郵箱 [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\/*"
    ]
}