Fuzed Chrome Extension
This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip
Wat is Fuzed Chrome Extension?
Fuzed Chrome Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip".
Extensie Screenshots
Download het CRX-bestand van de extensie Fuzed Chrome Extension
Download Fuzed Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip.
Basisinformatie over de Extensie
Naam | Fuzed Chrome Extension |
ID | mjpmockadjfhmcdhchcmdjienjhgbeim |
Officiële URL | https://chromewebstore.google.com/detail/fuzed-chrome-extension/mjpmockadjfhmcdhchcmdjienjhgbeim |
Beschrijving | This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip |
Bestandsgrootte | 58.49 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.4.6 |
Laatst Bijgewerkt | 2016-10-12 |
Publicatiedatum | 2016-10-11 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://fuzedapp.com |
Help Pagina-URL | http://support.fuzedapp.com |
Ondersteunde Talen | 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" } |