The Helper+ by TheFunnelToolbox.com
The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
Qu'est-ce que The Helper+ by TheFunnelToolbox.com ?
The Helper+ by TheFunnelToolbox.com est une extension Chrome développée par https://thefunneltoolbox.com, et sa fonction principale est "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Helper+ by TheFunnelToolbox.com
Téléchargez les fichiers d'extension The Helper+ by TheFunnelToolbox.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | The Helper+ by TheFunnelToolbox.com |
ID | hakohokogbakancpinpkajgochhgabjd |
URL Officiel | https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd |
Description | The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2019-05-21 |
Date de Publication | 2019-05-20 |
Développeur | https://thefunneltoolbox.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://thefunneltoolbox.com/contact |
Langues Prises en Charge | 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" ] } |