Funnel Cloner

Copy paste any click funnel in a single click.

Funnel Cloner란 무엇입니까?

Funnel Cloner은(는) Funnel Hacker Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy paste any click funnel in a single click."입니다.

확장 프로그램 스크린샷

screenshot

Funnel Cloner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HOW TO TRANSFER A CLICKFUNNEL FUNNEL TO ANOTHER ACCOUNT!

Copy paste any click funnel in a single click.


This extension is called FunnelCopier and it is the quickest and easiest way to copy any Clickfunnels Page and paste it in your editor. 

Easiest and fastest way to copy CF pages or turn any page into a Click-funnels page

How To USE IT 
1) Open the Clickfunnels Page you want to copy
2) Click the extension icon
3) Select COPY button on Extention 
4) Open the Clickfunnels editor to a new page you want to clone to
5) Click the extension icon again and now click the Paste Funnel
6) Wait for the SAVE button to appear in the extension, then click it
7) Modify The Section or Elements You Wants To Modify                    

확장 프로그램 기본 정보

이름 Funnel Cloner Funnel Cloner
ID akoiimbafpbbnjialajfkdicofdccfog
공식 URL https://chromewebstore.google.com/detail/funnel-cloner/akoiimbafpbbnjialajfkdicofdccfog
설명 Copy paste any click funnel in a single click.
파일 크기 698 KB
설치 횟수 3,766
현재 버전 3.6
최근 업데이트 2023-08-22
출시 날짜 2021-04-04
평점 1.00/5 총 8 개의 평점
개발자 Funnel Hacker Lab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://funnelhackerlab.com
도움말 페이지 URL https://site.funnelhackerlabs.com/fhl-book-with-me-page
개인정보 보호 정책 페이지 URL https://legalstuff.funnelhackerlabs.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Cloner",
    "short_name": "Funnel Cloner",
    "version": "3.6",
    "manifest_version": 3,
    "description": "Copy paste any click funnel in a single click.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Funnel Cloner",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.clickfunnels.com\/",
        "https:\/\/app.funnelhackerlab.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "ttt.js"
    }
}