MoveMyFunnels
MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
Vad är MoveMyFunnels?
MoveMyFunnels är en Chrome-tillägg utvecklad av https://movemyfunnels.com, och dess huvudfunktion är "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0".
Tilläggsskärmbilder
Ladda ner MoveMyFunnels-förlängningens CRX-fil
Ladda ner MoveMyFunnels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | MoveMyFunnels |
ID | kmbpibllchkgceppaflijphjilgmngog |
Officiell webbadress | https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog |
Beskrivning | MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0 |
Filstorlek | 2.9 MB |
Antal Installationer | 296 |
Aktuell Version | 1.4.8 |
Senast Uppdaterad | 2024-02-04 |
Publiceringsdatum | 2022-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://movemyfunnels.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://www.movemyfunnels.com |
Hjälpsida URL | https://www.movemyfunnels.com |
URL till Sekretesspolicy Sidan | https://memberspro.com/privacy |
Stödda Språk | 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\/*" ] } |