CF Funnel Mover
Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.
Qu'est-ce que CF Funnel Mover ?
CF Funnel Mover est une extension Chrome développée par https://cffunnelmover.com, et sa fonction principale est "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CF Funnel Mover
Téléchargez les fichiers d'extension CF Funnel Mover 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
Migrate all your CF 1.0 pages and funnels to 2.0 within few clicks, so you can save weeks of time and thousands of dollars. This tool solves your problem and moves your funnels in seconds.
Informations de Base sur l'Extension
Nom | CF Funnel Mover |
ID | lafnonaaoenfhadphaifiaogfjcblbgo |
URL Officiel | https://chromewebstore.google.com/detail/cf-funnel-mover/lafnonaaoenfhadphaifiaogfjcblbgo |
Description | Move all your funnel pages from cf 1.0 to cf 2.0 in seconds. |
Taille du Fichier | 1.19 MB |
Nombre d'Installations | 164 |
Version Actuelle | 1.00.08 |
Dernière Mise à Jour | 2023-11-24 |
Date de Publication | 2022-10-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://cffunnelmover.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cffunnelmover.com |
URL de la Page de Politique de Confidentialité | https://tier5.us |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CF Funnel Mover", "description": "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.", "version": "1.00.08", "short_name": "CFM", "action": { "default_title": "CF Funnel Mover" }, "icons": { "16": "images\/1665909646142-smallLogo.png", "48": "images\/1665909646203-mediumLogo.png", "128": "images\/1665909646261-largeLogo.png" }, "content_scripts": [ { "run_at": "document_end", "all_frames": false, "js": [ "assets\/js\/jquery.min.js", "js\/pastecontent.js" ], "matches": [ "*:\/\/*.myclickfunnels.com\/*" ] }, { "run_at": "document_end", "all_frames": false, "js": [ "assets\/js\/jquery.min.js", "js\/getcontent.js" ], "matches": [ "*:\/\/*.clickfunnels.com\/*" ] } ], "background": { "service_worker": "worker_wrapper.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.myclickfunnels.com\/*", "*:\/\/*.clickfunnels.com\/*", "*:\/\/.cffunnelmover.com\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*", "assets\/*", "js\/*" ], "matches": [ " |