Funnel Cloner

Copy paste any click funnel in a single click.

什麼是Funnel Cloner?

Funnel Cloner是由Funnelscare.COM開發的Chrome擴展程式,該擴展的主要功能是“Copy paste any click funnel in a single click.”。

擴展截圖

screenshot

下載Funnel Cloner擴展crx文件

下載Funnel Cloner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 oohbbbaegekoechafdeojjeolemifioc
官方網址 https://chrome.google.com/webstore/detail/funnel-cloner/oohbbbaegekoechafdeojjeolemifioc
簡介 Copy paste any click funnel in a single click.
檔案大小 512 KB
安裝次數 1,247
目前版本 1.6
更新時間 2020-12-23
上架時間 2020-08-23
評分 5.00/5 共 1 次評分
開發者 Funnelscare.COM
電子郵箱 [email protected]
付費類型 free
擴展官網 https://funnelscopier.com/hack-any-funnel-in-3-clicks
說明頁面URL https://funnelscopier.com/privacy-term-conditions-funnelscopier
隱私政策頁面URL https://funnelscopier.com/privacy-term-conditions-funnelscopier
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Cloner",
    "short_name": "Funnel Cloner",
    "version": "1.6",
    "manifest_version": 2,
    "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"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Funnel Cloner",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.clickfunnels.com\/*",
        "*:\/\/*.funnelcopier.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}