CF Auto Save

Automatically save your ClickFunnels pages every few minutes!

ما هو CF Auto Save؟

CF Auto Save هو إضافة Chrome تم تطويرها بواسطة https://cfdesigntools.com، والميزة الرئيسية لها هي "Automatically save your ClickFunnels pages every few minutes!".

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

screenshot

تحميل ملف CRX للإضافة CF Auto Save

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

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

                        Tired of losing hours of work because you forgot to save your funnel page? It gets even worse when the browser unexpectedly freezes or quits on you.

Worry no more! With CF Auto Save extension, your funnel pages will save automatically every few minutes!                    

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

الاسم CF Auto Save CF Auto Save
ID cpcllmlbfcpekphiilblffjkoknpmgbp
عنوان URL الرسمي https://chromewebstore.google.com/detail/cf-auto-save/cpcllmlbfcpekphiilblffjkoknpmgbp
الوصف Automatically save your ClickFunnels pages every few minutes!
حجم الملف 99.19 KB
عدد التثبيتات 78
النسخة الحالية 1.0
آخر تحديث 2021-02-17
تاريخ النشر 2021-02-17
تقييم 5.00/5 مجموع تقييمات 2
المطور https://cfdesigntools.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cfdesigntools.com
عنوان صفحة المساعدة https://www.cfdesigntools.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CF Auto Save",
    "version": "1.0",
    "description": "Automatically save your ClickFunnels pages every few minutes!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clickfunnels.com\/pages\/*\/editor_v2*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "CF Auto Save",
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}