MoveMyFunnels

MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0

Qu'est-ce que MoveMyFunnels ?

MoveMyFunnels est une extension Chrome développée par https://movemyfunnels.com, et sa fonction principale est "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MoveMyFunnels

Téléchargez les fichiers d'extension MoveMyFunnels 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

                        Finally! No more manually moving your funnels over from ClickFunnels 1.0 to 2.0 - you can now literally move every single page you want over in a few seconds with a click of a button!                    

Informations de Base sur l'Extension

Nom MoveMyFunnels MoveMyFunnels
ID kmbpibllchkgceppaflijphjilgmngog
URL Officiel https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog
Description MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
Taille du Fichier 2.9 MB
Nombre d'Installations 296
Version Actuelle 1.4.8
Dernière Mise à Jour 2024-02-04
Date de Publication 2022-11-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://movemyfunnels.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.movemyfunnels.com
URL de la Page d'Aide https://www.movemyfunnels.com
URL de la Page de Politique de Confidentialité https://memberspro.com/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveMyFunnels",
    "version": "1.4.8",
    "description": "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0",
    "icons": {
        "128": "icons\/app_icon_128.png",
        "48": "icons\/app_icon_48.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "MoveMyFunnels"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/Server.js",
                "js\/funnelStepsController.js",
                "js\/migrateContent.js"
            ],
            "matches": [
                "*:\/\/*.myclickfunnels.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "js\/jquery.min.js",
                "js\/Server.js",
                "js\/ParserController.js",
                "js\/parseContent.js"
            ],
            "matches": [
                "*:\/\/*.clickfunnels.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.myclickfunnels.com\/*",
        "*:\/\/*.clickfunnels.com\/*"
    ]
}