Whatsapp Sync: HubSpot + Whatsapp Integration
Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers
Whatsapp Sync: HubSpot + Whatsapp Integrationとは何ですか?
Whatsapp Sync: HubSpot + Whatsapp Integrationはhttp://treble.aiによって開発されたChromeの拡張機能で、その主な機能は「Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers」です。
拡張機能のスクリーンショット
Whatsapp Sync: HubSpot + Whatsapp Integration拡張機能のCRXファイルをダウンロード
Whatsapp Sync: HubSpot + Whatsapp Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp Sync integrates all the power of Hubspot CRM with WhatsApp Web, allowing sales and support agents to perform simple Hubspot tasks without exiting WhatsApp conversations. Store all the conversations exchanged with leads and customers directly on Hubspot, keeping track of sales and customer service activities without losing any valuable information for your business.
拡張機能の基本情報
名前 | |
ID | bnhabmgplccdipbnahndkojljepoijck |
公式URL | https://chrome.google.com/webstore/detail/whatsapp-sync-hubspot-+-w/bnhabmgplccdipbnahndkojljepoijck |
説明 | Store WhatsApp Web conversations on Hubspot and keep track of your leads and customers |
ファイルサイズ | 1.71 MB |
インストール数 | 3,000 |
現在のバージョン | 2.2.3 |
最終更新日 | 2021-12-09 |
公開日 | 2020-11-18 |
評価 | 4.00/5 合計 11 レビュー |
開発者 | http://treble.ai |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2.2.3", "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "main.js" ], "css": [ "hubspot.css" ] } ], "background": { "scripts": [ "src\/api\/bg_page.js" ], "persistent": false }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "treble.ai settings" }, "permissions": [ "activeTab", "storage", "tabs", "background" ], "manifest_version": 2, "web_accessible_resources": [ "src\/*.js", "hubspot.css", "assets\/*", "jquery.js", "static\/*" ], "externally_connectable": { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ] } } |