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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}