The Helper+ by TheFunnelToolbox.com

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

什么是The Helper+ by TheFunnelToolbox.com?

The Helper+ by TheFunnelToolbox.com是由https://thefunneltoolbox.com开发的Chrome扩展程序,该扩展的主要功能是“The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.”。

扩展截图

screenshot

下载The Helper+ by TheFunnelToolbox.com扩展crx文件

下载The Helper+ by TheFunnelToolbox.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 The Helper+ by TheFunnelToolbox.com The Helper+ by TheFunnelToolbox.com
ID hakohokogbakancpinpkajgochhgabjd
官方URL https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd
简介 The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
文件大小 137 KB
安装次数 19
当前版本 0.1.7
更新时间 2019-05-21
上架时间 2019-05-20
开发者 https://thefunneltoolbox.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://thefunneltoolbox.com/contact
支持的语言 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"
    ]
}