Fuzed Chrome Extension

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

Cos'è Fuzed Chrome Extension?

Fuzed Chrome Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fuzed Chrome Extension

Scarica i file di estensione Fuzed Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Fuzed Chrome Extension Fuzed Chrome Extension
ID mjpmockadjfhmcdhchcmdjienjhgbeim
URL Ufficiale https://chromewebstore.google.com/detail/fuzed-chrome-extension/mjpmockadjfhmcdhchcmdjienjhgbeim
Descrizione This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip
Dimensione del File 58.49 KB
Conteggio Installazioni 32
Versione Corrente 1.4.6
Ultimo Aggiornamento 2016-10-12
Data di Pubblicazione 2016-10-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://fuzedapp.com
URL della Pagina di Aiuto http://support.fuzedapp.com
Lingue Supportate 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"
}