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
电子邮箱 [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\/*"
    ]
}