Live Chat for Slack
Slack Chat - live chat with your website visitors right from Slack.
Live Chat for Slackとは何ですか?
Live Chat for Slackはhttps://socialintents.comによって開発されたChromeの拡張機能で、その主な機能は「Slack Chat - live chat with your website visitors right from Slack.」です。
拡張機能のスクリーンショット
Live Chat for Slack拡張機能のCRXファイルをダウンロード
Live Chat for Slack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slack Live Chat - Chrome Extension
Live Chat for Slack is a great addition to any team that uses Slack. With our app, you can live chat with your website visitors right from Slack. Even if you don't use Slack, we offer a powerful suite of live chat and growth tools you can use to grow your business, offer customer service, and build your email list.
Chat with your website visitor right from the web dashboard or from Slack and set up your whole team for one low monthly cost. Each of our plans offers unlimited live chat agents.
Try it now, for free!
Live Chat support features include:
Unlimited Team Members
Unlimited Chats
Reports
Pre-Sales Page
Proactive Invites
Page Level Targeting Rules
Chatbot Support
Many more...
Social Intents integrates with these platforms:
Slack
WordPress
Shopify
Wix
Bigcommerce
WooCommerce
Magento
Zapier
Mailchimp
Constant Contact 拡張機能の基本情報
| 名前 | |
| ID | omdhikmndbeihgodpiinflfbnehfhani |
| 公式URL | https://chromewebstore.google.com/detail/live-chat-for-slack/omdhikmndbeihgodpiinflfbnehfhani |
| 説明 | Slack Chat - live chat with your website visitors right from Slack. |
| ファイルサイズ | 29.26 KB |
| インストール数 | 32 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-02-20 |
| 公開日 | 2019-02-20 |
| 開発者 | https://socialintents.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.socialintents.com |
| ヘルプページのURL | https://help.socialintents.com |
| プライバシーポリシーページのURL | http://www.socialintents.com/tos.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live Chat for Slack",
"version": "1.0",
"description": "Slack Chat - live chat with your website visitors right from Slack.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"browser_action": {
"default_title": "Chat with website visitors right from Slack",
"default_icon": {
"16": "images\/socialintents16.png",
"32": "images\/socialintents32.png",
"48": "images\/socialintents48.png",
"128": "images\/socialintents128.png"
}
},
"icons": {
"16": "images\/socialintents16.png",
"32": "images\/socialintents32.png",
"48": "images\/socialintents48.png",
"128": "images\/socialintents128.png"
},
"manifest_version": 2
} | |