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. 拡張機能の基本情報
| 名前 | |
| 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"
} | |