Chameleon CF Page Cloner

Clone any funnel in a second.

Chameleon CF Page Cloner란 무엇입니까?

Chameleon CF Page Cloner은(는) https://leadsintoinbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clone any funnel in a second."입니다.

확장 프로그램 스크린샷

screenshot

Chameleon CF Page Cloner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Why spend too much time on building funnels? Clone any funnel in a second.
Chameleon CF Page Cloner allows you to easily copy any funnel page on the internet in just few simple clicks.

You may be wanting to copy a successful proven profitable funnel you've found on the internet. With Chameleon CF Page Cloner you can do that in just a few seconds. Chameleon CF Page Cloner will alert you any time you are on a page that can be easily copied right into your funnel account, then you just click the copy button and boom just like that the funnel is now yours to paste into your funnel account.

Maybe you just built your page using the wrong page type and you don't want to rebuild the entire thing, Chameleon CF Page Cloner has you covered for that as well. Just use our simple tool to move the page to the right page type.

Chameleon CF Page Cloner will save you hours and hours of time. You may be just one funnel away and with Chameleon CF Page Cloner you'll be able to get that one funnel much faster and easier.                    

확장 프로그램 기본 정보

이름 Chameleon CF Page Cloner Chameleon CF Page Cloner
ID iachikbkegfiffdlnciadjjkkedncbeo
공식 URL https://chromewebstore.google.com/detail/chameleon-cf-page-cloner/iachikbkegfiffdlnciadjjkkedncbeo
설명 Clone any funnel in a second.
파일 크기 466 KB
설치 횟수 139
현재 버전 1.0.2
최근 업데이트 2021-08-27
출시 날짜 2021-08-21
개발자 https://leadsintoinbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://10x.leadsintoinbox.com/site
도움말 페이지 URL https://m.me/LeadsIntoInbox
개인정보 보호 정책 페이지 URL https://buy.leadsintoinbox.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chameleon CF Page Cloner",
    "description": "Clone any funnel in a second.",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": ".\/login.html",
        "default_title": "Chameleon CF Page Cloner"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ],
            "css": [
                "jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "\/js\/web\/savepage.js",
        "\/js\/web\/stylehero.js",
        "\/js\/web\/movecss.js",
        "js\/vendor.js",
        "html2Canvas.min.js",
        "images\/*"
    ],
    "icons": {
        "16": "images\/5f04c593005c1732f17db87f-Chameleon_CF_Page_Cloner-1629270347306-small_icon.png",
        "48": "images\/5f04c593005c1732f17db87f-Chameleon_CF_Page_Cloner-1629270347359-medium_icon.png",
        "128": "images\/5f04c593005c1732f17db87f-Chameleon_CF_Page_Cloner-1629270347408-large_icon.png"
    },
    "short_name": "CCPC"
}