The Helper+ by TheFunnelToolbox.com
The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.
The Helper+ by TheFunnelToolbox.com là gì?
The Helper+ by TheFunnelToolbox.com là một tiện ích mở rộng Chrome được phát triển bởi https://thefunneltoolbox.com, và tính năng chính của nó là "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Helper+ by TheFunnelToolbox.com
Tải xuống các tệp mở rộng The Helper+ by TheFunnelToolbox.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Helper+ by TheFunnelToolbox.com |
ID | hakohokogbakancpinpkajgochhgabjd |
URL Chính Thức | https://chromewebstore.google.com/detail/the-helper+-by-thefunnelt/hakohokogbakancpinpkajgochhgabjd |
Mô tả | The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users. |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2019-05-21 |
Ngày Phát Hành | 2019-05-20 |
Nhà Phát Triển | https://thefunneltoolbox.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://thefunneltoolbox.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |