The Helper+ by TheFunnelToolbox.com
The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
What is The Helper+ by TheFunnelToolbox.com?
The Helper+ by TheFunnelToolbox.com is a Chrome extension developed by https://thefunneltoolbox.com, and its main feature is "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".
Extension Screenshots
Download The Helper+ by TheFunnelToolbox.com Extension CRX File
Download The Helper+ by TheFunnelToolbox.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | The Helper+ by TheFunnelToolbox.com |
ID | hakohokogbakancpinpkajgochhgabjd |
Official URL | https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd |
Description | The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users. |
File Size | 137 KB |
Installation Count | 19 |
Current Version | 0.1.7 |
Last Updated | 2019-05-21 |
Publish Date | 2019-05-20 |
Developer | https://thefunneltoolbox.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://thefunneltoolbox.com/contact |
Supported Languages | 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" ] } |