MoveMyFunnels
MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0
ما هو MoveMyFunnels؟
MoveMyFunnels هو إضافة Chrome تم تطويرها بواسطة https://movemyfunnels.com، والميزة الرئيسية لها هي "MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MoveMyFunnels
قم بتنزيل ملفات الامتداد MoveMyFunnels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | MoveMyFunnels |
ID | kmbpibllchkgceppaflijphjilgmngog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/movemyfunnels/kmbpibllchkgceppaflijphjilgmngog |
الوصف | MoveMyFunnels will easily move your funnels from CF 1.0 to the CF 2.0 |
حجم الملف | 2.9 MB |
عدد التثبيتات | 296 |
النسخة الحالية | 1.4.8 |
آخر تحديث | 2024-02-04 |
تاريخ النشر | 2022-11-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://movemyfunnels.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.movemyfunnels.com |
عنوان صفحة المساعدة | https://www.movemyfunnels.com |
عنوان صفحة سياسة الخصوصية | https://memberspro.com/privacy |
اللغات المدعومة | 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\/*" ] } |