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”。
扩展截图
下载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 |
ID | mjpmockadjfhmcdhchcmdjienjhgbeim |
官方URL | 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" } |