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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Helper+ by TheFunnelToolbox.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |