The Helper+ by TheFunnelToolbox.com

The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.

Cos'è The Helper+ by TheFunnelToolbox.com?

The Helper+ by TheFunnelToolbox.com è un'estensione di Chrome sviluppata da https://thefunneltoolbox.com, e la sua funzione principale è "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Helper+ by TheFunnelToolbox.com

Scarica i file di estensione The Helper+ by TheFunnelToolbox.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Premium version of The Helper extension exclusively for members of TheFunnelToolbox.com, which adds the ability to duplicate products, inside of the ClickFunnels funnel builder, with the click of a button and send a copy of a product to a different funnel.

Have suggestions for future functionality? Send us your suggestion: https://thefunneltoolbox.com/suggest-a-tool                    

Informazioni di Base sull'Estensione

Nome The Helper+ by TheFunnelToolbox.com The Helper+ by TheFunnelToolbox.com
ID hakohokogbakancpinpkajgochhgabjd
URL Ufficiale https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd
Descrizione The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
Dimensione del File 137 KB
Conteggio Installazioni 19
Versione Corrente 0.1.7
Ultimo Aggiornamento 2019-05-21
Data di Pubblicazione 2019-05-20
Sviluppatore https://thefunneltoolbox.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://thefunneltoolbox.com/contact
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Helper+ by TheFunnelToolbox.com",
    "short_name": "The Helper+ by tftb.co",
    "description": "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.",
    "version": "0.1.7",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.clickfunnels.com\/funnels\/*\/steps\/*\/products"
            ],
            "js": [
                "jquery-3.2.1.js",
                "helperPlus.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}