Genius CF Page Cloner

Clone any CF funnel in seconds.

Vad är Genius CF Page Cloner?

Genius CF Page Cloner är en Chrome-tillägg utvecklad av edakehurst, och dess huvudfunktion är "Clone any CF funnel in seconds.".

Tilläggsskärmbilder

screenshot

Ladda ner Genius CF Page Cloner-förlängningens CRX-fil

Ladda ner Genius CF Page Cloner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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,                    

Grundläggande Information om Tillägg

Namn Genius CF Page Cloner Genius CF Page Cloner
ID efjpnacmoddnjjgeaeckdkgbdedicmfe
Officiell webbadress https://chromewebstore.google.com/detail/genius-cf-page-cloner/efjpnacmoddnjjgeaeckdkgbdedicmfe
Beskrivning Clone any CF funnel in seconds.
Filstorlek 429 KB
Antal Installationer 274
Aktuell Version 2.0.55
Senast Uppdaterad 2022-12-27
Publiceringsdatum 2021-06-05
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare edakehurst
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://edakehurst.kartra.com/page/GeniusCFPageCloner
Hjälpsida URL https://edakehurst.kartra.com/help/HelpDesk
URL till Sekretesspolicy Sidan https://geniusposts.io/privacy-policy.html
Stödda Språk 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"
}