Genius CF Page Cloner

Clone any CF funnel in seconds.

Co to jest Genius CF Page Cloner?

Genius CF Page Cloner to rozszerzenie Chrome opracowane przez edakehurst, a jego główną funkcją jest „Clone any CF funnel in seconds.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Genius CF Page Cloner

Pobierz pliki rozszerzeń Genius CF Page Cloner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Save time with recreating pages from ClickFunnels. Build out yuor funnels faster by copying what has come before rather than having to build from scratch,                    

Podstawowe informacje o rozszerzeniu

Nazwa Genius CF Page Cloner Genius CF Page Cloner
ID efjpnacmoddnjjgeaeckdkgbdedicmfe
Oficjalny URL https://chromewebstore.google.com/detail/genius-cf-page-cloner/efjpnacmoddnjjgeaeckdkgbdedicmfe
Opis Clone any CF funnel in seconds.
Rozmiar pliku 429 KB
Liczba instalacji 274
Aktualna Wersja 2.0.55
Ostatnia Aktualizacja 2022-12-27
Data Publikacji 2021-06-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper edakehurst
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://edakehurst.kartra.com/page/GeniusCFPageCloner
Adres URL Strony Pomocy https://edakehurst.kartra.com/help/HelpDesk
Adres URL Strony Polityki Prywatności https://geniusposts.io/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius CF Page Cloner",
    "description": "Clone any CF funnel in seconds.",
    "version": "2.0.55",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/login.html",
        "default_title": "Genius CF Page Cloner"
    },
    "content_scripts": [
        {
            "css": [
                "jquery.toast.min.css"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background_bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/web\/savepage.js",
                "\/js\/web\/stylehero.js",
                "\/js\/web\/movecss.js",
                "js\/vendor.js",
                "html2Canvas.min.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981543-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981604-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_CF_Page_Cloner-1622059981654-large_icon.png"
    },
    "short_name": "GCPC"
}