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 |
| 公式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 |
| Eメール | [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"
]
} | |