CF Funnel Mover

Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.

ما هو CF Funnel Mover؟

CF Funnel Mover هو إضافة Chrome تم تطويرها بواسطة https://cffunnelmover.com، والميزة الرئيسية لها هي "Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CF Funnel Mover

قم بتنزيل ملفات الامتداد CF Funnel Mover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CF Funnel Mover CF Funnel Mover
ID lafnonaaoenfhadphaifiaogfjcblbgo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cf-funnel-mover/lafnonaaoenfhadphaifiaogfjcblbgo
الوصف Move all your funnel pages from cf 1.0 to cf 2.0 in seconds.
حجم الملف 1.19 MB
عدد التثبيتات 164
النسخة الحالية 1.00.08
آخر تحديث 2023-11-24
تاريخ النشر 2022-10-16
تقييم 5.00/5 مجموع تقييمات 1
المطور https://cffunnelmover.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cffunnelmover.com
عنوان صفحة سياسة الخصوصية https://tier5.us
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}