The Helper+ by TheFunnelToolbox.com

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

O que é The Helper+ by TheFunnelToolbox.com?

The Helper+ by TheFunnelToolbox.com é uma extensão do Chrome desenvolvida por https://thefunneltoolbox.com, e sua principal característica é "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Helper+ by TheFunnelToolbox.com

Baixe arquivos de extensão The Helper+ by TheFunnelToolbox.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome The Helper+ by TheFunnelToolbox.com The Helper+ by TheFunnelToolbox.com
ID hakohokogbakancpinpkajgochhgabjd
URL Oficial https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd
Descrição The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
Tamanho do Arquivo 137 KB
Contagem de Instalações 19
Versão Atual 0.1.7
Última Atualização 2019-05-21
Data de Publicação 2019-05-20
Desenvolvedor https://thefunneltoolbox.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://thefunneltoolbox.com/contact
Idiomas Suportados 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"
    ]
}