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
Eメール [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": [
                ""
            ]
        }
    ]
}