Funnel Cloner

Copy paste any click funnel in a single click.

Qu'est-ce que Funnel Cloner ?

Funnel Cloner est une extension Chrome développée par Funnel Hacker Lab, et sa fonction principale est "Copy paste any click funnel in a single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Funnel Cloner

Téléchargez les fichiers d'extension Funnel Cloner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Funnel Cloner Funnel Cloner
ID akoiimbafpbbnjialajfkdicofdccfog
URL Officiel https://chromewebstore.google.com/detail/funnel-cloner/akoiimbafpbbnjialajfkdicofdccfog
Description Copy paste any click funnel in a single click.
Taille du Fichier 698 KB
Nombre d'Installations 3,766
Version Actuelle 3.6
Dernière Mise à Jour 2023-08-22
Date de Publication 2021-04-04
Évaluation 1.00/5 Total 8 Évaluations
Développeur Funnel Hacker Lab
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://funnelhackerlab.com
URL de la Page d'Aide https://site.funnelhackerlabs.com/fhl-book-with-me-page
URL de la Page de Politique de Confidentialité https://legalstuff.funnelhackerlabs.com/privacy-policy
Langues Prises en Charge 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"
    }
}