Live Chat for Slack
Slack Chat - live chat with your website visitors right from Slack.
What is Live Chat for Slack?
Live Chat for Slack is a Chrome extension developed by https://socialintents.com, and its main feature is "Slack Chat - live chat with your website visitors right from Slack.".
Extension Screenshots
Download Live Chat for Slack Extension CRX File
Download Live Chat for Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Live Chat for Slack |
ID | omdhikmndbeihgodpiinflfbnehfhani |
Official URL | https://chromewebstore.google.com/detail/live-chat-for-slack/omdhikmndbeihgodpiinflfbnehfhani |
Description | Slack Chat - live chat with your website visitors right from Slack. |
File Size | 29.26 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2019-02-20 |
Publish Date | 2019-02-20 |
Developer | https://socialintents.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.socialintents.com |
Help Page URL | https://help.socialintents.com |
Privacy Policy Page URL | http://www.socialintents.com/tos.html |
Supported Languages | 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 } |