CF Auto Save

Automatically save your ClickFunnels pages every few minutes!

什麼是CF Auto Save?

CF Auto Save是由https://cfdesigntools.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically save your ClickFunnels pages every few minutes!”。

擴展截圖

screenshot

下載CF Auto Save擴展crx文件

下載CF Auto Save擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
        ]
    }
}