Genius CF Page Cloner

Clone any CF funnel in seconds.

Genius CF Page Cloner क्या है?

Genius CF Page Cloner edakehurst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clone any CF funnel in seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Genius CF Page Cloner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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,                    

एक्सटेंशन की मूल जानकारी

नाम Genius CF Page Cloner Genius CF Page Cloner
ID efjpnacmoddnjjgeaeckdkgbdedicmfe
आधिकारिक URL https://chromewebstore.google.com/detail/genius-cf-page-cloner/efjpnacmoddnjjgeaeckdkgbdedicmfe
विवरण Clone any CF funnel in seconds.
फ़ाइल का आकार 429 KB
स्थापना संख्या 274
वर्तमान संस्करण 2.0.55
अंतिम अपडेट 2022-12-27
प्रकाशन तिथि 2021-06-05
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर edakehurst
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://edakehurst.kartra.com/page/GeniusCFPageCloner
सहायता पृष्ठ URL https://edakehurst.kartra.com/help/HelpDesk
गोपनीयता नीति पृष्ठ URL https://geniusposts.io/privacy-policy.html
समर्थित भाषाएँ 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"
}