The Helper+ by TheFunnelToolbox.com
The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
¿Qué es The Helper+ by TheFunnelToolbox.com?
The Helper+ by TheFunnelToolbox.com es una extensión de Chrome desarrollada por https://thefunneltoolbox.com, y su función principal es "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Helper+ by TheFunnelToolbox.com
Descarga archivos de extensión The Helper+ by TheFunnelToolbox.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | The Helper+ by TheFunnelToolbox.com |
ID | hakohokogbakancpinpkajgochhgabjd |
URL Oficial | https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd |
Descripción | The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users. |
Tamaño del Archivo | 137 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 0.1.7 |
Última Actualización | 2019-05-21 |
Fecha de Publicación | 2019-05-20 |
Desarrollador | https://thefunneltoolbox.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://thefunneltoolbox.com/contact |
Idiomas Soportados | 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" ] } |