HubSpot + WhatsApp Integration
HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!
HubSpot + WhatsApp Integrationとは何ですか?
HubSpot + WhatsApp IntegrationはNisweyによって開発されたChromeの拡張機能で、その主な機能は「HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!」です。
拡張機能のスクリーンショット
HubSpot + WhatsApp Integration拡張機能のCRXファイルをダウンロード
HubSpot + WhatsApp Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Integrate your HubSpot with WhatsApp. Send 1:1 WhatsApp messages all from within HubSpot. Record all sales or customer support WhatsApp conversation on HubSpot timeline. Take action based on messages.
拡張機能の基本情報
名前 | |
ID | jibboddpcjnedlffmjhjljchdhdnppab |
公式URL | https://chrome.google.com/webstore/detail/hubspot-+-whatsapp-integr/jibboddpcjnedlffmjhjljchdhdnppab |
説明 | HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more! |
ファイルサイズ | 569 KB |
インストール数 | 3,025 |
現在のバージョン | 4.6.26 |
最終更新日 | 2023-05-15 |
公開日 | 2020-06-14 |
評価 | 3.72/5 合計 18 レビュー |
開発者 | Niswey |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.niswey.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HubSpot + WhatsApp Integration", "short_name": "HW", "description": "HubSpot + WhatsApp lets you send messages or use WhatsApp messages to trigger a workflow and much more!", "version": "4.6.26", "icons": { "16": "img\/hubchat16.png", "48": "img\/hubchat48.png", "128": "img\/hubchat128.png" }, "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.hubspot.com\/*" ], "css": [ "css\/style.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/config.js", "scripts\/utility.js", "scripts\/app.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/app.getbeamer.com https:\/\/js.pusher.com; object-src 'self'", "permissions": [ "storage", "tabs", "notifications" ], "options_page": "options\/options.html", "browser_action": { "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "img\/*" ] } |