Fuzed Chrome Extension
This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip
What is Fuzed Chrome Extension?
Fuzed Chrome Extension is a Chrome extension developed by Unknown, and its main feature is "This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip".
Extension Screenshots
Download Fuzed Chrome Extension Extension CRX File
Download Fuzed Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip.
Extension Basic Information
Name | Fuzed Chrome Extension |
ID | mjpmockadjfhmcdhchcmdjienjhgbeim |
Official URL | https://chromewebstore.google.com/detail/fuzed-chrome-extension/mjpmockadjfhmcdhchcmdjienjhgbeim |
Description | This extension is for Fuzed clients, connecting Ontraport, Infusionsoft, ActiveCampaign and GetDrip |
File Size | 58.49 KB |
Installation Count | 32 |
Current Version | 1.4.6 |
Last Updated | 2016-10-12 |
Publish Date | 2016-10-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://fuzedapp.com |
Help Page URL | http://support.fuzedapp.com |
Supported Languages | 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" } |