Fuzed Chrome Extension

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

什麼是Fuzed Chrome Extension?

Fuzed Chrome Extension是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fuzed Chrome Extension擴展crx文件

下載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
官方網址 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"
}