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開發的Chrome擴展程式,該擴展的主要功能是“The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users.”。
擴展截圖
下載The Helper+ by TheFunnelToolbox.com擴展crx文件
下載The Helper+ by TheFunnelToolbox.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | hakohokogbakancpinpkajgochhgabjd |
| 官方網址 | 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"
]
} | |