Live Chat for Slack

Slack Chat - live chat with your website visitors right from Slack.

O que é Live Chat for Slack?

Live Chat for Slack é uma extensão do Chrome desenvolvida por https://socialintents.com, e sua principal característica é "Slack Chat - live chat with your website visitors right from Slack.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Live Chat for Slack

Baixe arquivos de extensão Live Chat for Slack no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Live Chat for Slack Live Chat for Slack
ID omdhikmndbeihgodpiinflfbnehfhani
URL Oficial https://chromewebstore.google.com/detail/live-chat-for-slack/omdhikmndbeihgodpiinflfbnehfhani
Descrição Slack Chat - live chat with your website visitors right from Slack.
Tamanho do Arquivo 29.26 KB
Contagem de Instalações 32
Versão Atual 1.0
Última Atualização 2019-02-20
Data de Publicação 2019-02-20
Desenvolvedor https://socialintents.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.socialintents.com
URL da Página de Ajuda https://help.socialintents.com
URL da Página de Política de Privacidade http://www.socialintents.com/tos.html
Idiomas Suportados 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
}