Funnel Widget

Funnel Widget provides best funnel building experience!

Funnel Widgetคืออะไร?

Funnel Widget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Inspisoft Softwares และคุณลักษณะหลักของมันคือ "Funnel Widget provides best funnel building experience!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Funnel Widget

ดาวน์โหลดไฟล์ส่วนขยาย Funnel Widget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Feature:
1) GET PRODUCT ID: When you add product related scripts in clickfunnels you need PRODUCT ID for scripts to work. Funnel Widget automatically shows the PRODUCT ID of current clickfunnels product page.                    

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

ชื่อ Funnel Widget Funnel Widget
ID bbfnphnmidfofgejlglgckoklohmakbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/funnel-widget/bbfnphnmidfofgejlglgckoklohmakbf
คำอธิบาย Funnel Widget provides best funnel building experience!
ขนาดไฟล์ 93.84 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2020-09-12
วันที่เผยแพร่ 2020-09-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Inspisoft Softwares
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://funnelwidget.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Widget",
    "version": "1.0.0.0",
    "description": "Funnel Widget provides best funnel building experience!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clickfunnels.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "options_page": "popup.html",
    "icons": {
        "64": "img\/logo.png"
    },
    "permissions": []
}