MoveMyFunnels

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

Cos'è MoveMyFunnels?

MoveMyFunnels è un'estensione di Chrome sviluppata da https://movemyfunnels.com, e la sua funzione principale è "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MoveMyFunnels

Scarica i file di estensione MoveMyFunnels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome MoveMyFunnels MoveMyFunnels
ID kmbpibllchkgceppaflijphjilgmngog
URL Ufficiale https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog
Descrizione MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
Dimensione del File 2.9 MB
Conteggio Installazioni 296
Versione Corrente 1.4.8
Ultimo Aggiornamento 2024-02-04
Data di Pubblicazione 2022-11-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://movemyfunnels.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.movemyfunnels.com
URL della Pagina di Aiuto https://www.movemyfunnels.com
URL della Pagina della Politica sulla Privacy https://memberspro.com/privacy
Lingue Supportate 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\/*"
    ]
}