CF Funnel Mover

Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.

什么是CF Funnel Mover?

CF Funnel Mover是由https://cffunnelmover.com开发的Chrome扩展程序,该扩展的主要功能是“Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.”。

扩展截图

screenshot

下载CF Funnel Mover扩展crx文件

下载CF Funnel Mover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Migrate all your CF 1.0 pages and funnels to 2.0 within few clicks, so you can save weeks of time and thousands of dollars. This tool solves your problem and moves your funnels in seconds.                    

扩展基本信息

名称 CF Funnel Mover CF Funnel Mover
ID lafnonaaoenfhadphaifiaogfjcblbgo
官方URL https://chromewebstore.google.com/detail/cf-funnel-mover/lafnonaaoenfhadphaifiaogfjcblbgo
简介 Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.
文件大小 1.19 MB
安装次数 164
当前版本 1.00.08
更新时间 2023-11-24
上架时间 2022-10-16
评分 5.00/5 共1次评分
开发者 https://cffunnelmover.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cffunnelmover.com
隐私政策页面URL https://tier5.us
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CF Funnel Mover",
    "description": "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.",
    "version": "1.00.08",
    "short_name": "CFM",
    "action": {
        "default_title": "CF Funnel Mover"
    },
    "icons": {
        "16": "images\/1665909646142-smallLogo.png",
        "48": "images\/1665909646203-mediumLogo.png",
        "128": "images\/1665909646261-largeLogo.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "assets\/js\/jquery.min.js",
                "js\/pastecontent.js"
            ],
            "matches": [
                "*:\/\/*.myclickfunnels.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "assets\/js\/jquery.min.js",
                "js\/getcontent.js"
            ],
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.myclickfunnels.com\/*",
        "*:\/\/*.clickfunnels.com\/*",
        "*:\/\/.cffunnelmover.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "assets\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}