The Helper+ by TheFunnelToolbox.com

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

Wat is The Helper+ by TheFunnelToolbox.com?

The Helper+ by TheFunnelToolbox.com is een Chrome-extensie ontwikkeld door https://thefunneltoolbox.com, en de belangrijkste functie is "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Helper+ by TheFunnelToolbox.com

Download The Helper+ by TheFunnelToolbox.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam The Helper+ by TheFunnelToolbox.com The Helper+ by TheFunnelToolbox.com
ID hakohokogbakancpinpkajgochhgabjd
Officiële URL https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd
Beschrijving The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
Bestandsgrootte 137 KB
Aantal Installaties 19
Huidige Versie 0.1.7
Laatst Bijgewerkt 2019-05-21
Publicatiedatum 2019-05-20
Ontwikkelaar https://thefunneltoolbox.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://thefunneltoolbox.com/contact
Ondersteunde Talen 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"
    ]
}