MoveMyFunnels

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

MoveMyFunnels là gì?

MoveMyFunnels là một tiện ích mở rộng Chrome được phát triển bởi https://movemyfunnels.com, và tính năng chính của nó là "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MoveMyFunnels

Tải xuống các tệp mở rộng MoveMyFunnels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MoveMyFunnels MoveMyFunnels
ID kmbpibllchkgceppaflijphjilgmngog
URL Chính Thức https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog
Mô tả MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
Kích Thước Tệp 2.9 MB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 1.4.8
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2022-11-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://movemyfunnels.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.movemyfunnels.com
URL Trang Trợ Giúp https://www.movemyfunnels.com
URL Trang Chính Sách Bảo Mật https://memberspro.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}