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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thefunneltoolbox.com และคุณลักษณะหลักของมันคือ "The Helper+ adds extra functionality to ClickFunnels.com for ClickFunnels users."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Helper+ by TheFunnelToolbox.com

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Helper+ by TheFunnelToolbox.com 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"
    ]
}