Fuzed Chrome Extension

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

Fuzed Chrome Extension là gì?

Fuzed Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fuzed Chrome Extension

Tải xuống các tệp mở rộng Fuzed Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fuzed Chrome Extension Fuzed Chrome Extension
ID mjpmockadjfhmcdhchcmdjienjhgbeim
URL Chính Thức https://chromewebstore.google.com/detail/fuzed-chrome-extension/mjpmockadjfhmcdhchcmdjienjhgbeim
Mô tả This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip
Kích Thước Tệp 58.49 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.4.6
Cập Nhật Lần Cuối 2016-10-12
Ngày Phát Hành 2016-10-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://fuzedapp.com
URL Trang Trợ Giúp http://support.fuzedapp.com
Ngôn Ngữ Được Hỗ Trợ 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"
}