Fuzed Chrome Extension

This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip

Fuzed Chrome Extensionคืออะไร?

Fuzed Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fuzed Chrome Extension

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

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

                        This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip.                    

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

ชื่อ Fuzed Chrome Extension Fuzed Chrome Extension
ID mjpmockadjfhmcdhchcmdjienjhgbeim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fuzed-chrome-extension/mjpmockadjfhmcdhchcmdjienjhgbeim
คำอธิบาย This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip
ขนาดไฟล์ 58.49 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 1.4.6
อัปเดตครั้งล่าสุด 2016-10-12
วันที่เผยแพร่ 2016-10-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://fuzedapp.com
URL หน้าช่วยเหลือ http://support.fuzedapp.com
ภาษาที่รองรับ en
manifest.json
{
    "author": "fuzedapp.com",
    "background": {
        "persistent": false,
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "description": "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip",
    "manifest_version": 2,
    "name": "Fuzed Chrome Extension",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.6"
}