Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

什么是Suiteshare?

Suiteshare是由http://suiteshare.com开发的Chrome扩展程序,该扩展的主要功能是“Gerencie os seus clientes diretamente no WhatsApp.”。

扩展截图

screenshot
screenshot

下载Suiteshare扩展crx文件

下载Suiteshare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Suiteshare 

Faça o backup de todas as conversa no WhatsApp, compartilhe as conversas entre todo o seu time e visualize no seu CRM todo o histórico dessas conversas.

PRINCIPAIS VANTAGENS:
-> Crie e atualize os dados dos contatos
-> Salve as conversas automaticamente
-> Envie mensagem para quem ainda não é seu contato
-> Visualize as conversas no seu CRM e tenha sempre fácil o histórico de negociação

Instale e comece agora!                    

扩展基本信息

名称 Suiteshare Suiteshare
ID ekoomankgkhdkidlfciajffcabiecdfo
官方URL https://chrome.google.com/webstore/detail/suiteshare/ekoomankgkhdkidlfciajffcabiecdfo
简介 Gerencie os seus clientes diretamente no WhatsApp.
文件大小 275 KB
安装次数 390
当前版本 1.2.2
更新时间 2021-12-02
上架时间 2019-11-28
评分 5.00/5 共3次评分
开发者 http://suiteshare.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://suiteshare.com
帮助页面URL https://whts.co/chat
隐私政策页面URL https://suiteshare.com/legal
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suiteshare",
    "version": "1.2.2",
    "description": "Gerencie os seus clientes diretamente no WhatsApp.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.suiteshare.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "run_at": "document_end",
            "persistent": false
        },
        {
            "css": [
                "integrations\/integrations.css"
            ],
            "js": [
                "integrations\/jquery-3.2.1.min.js",
                "integrations\/integrations.js"
            ],
            "matches": [
                "*:\/\/*.suiteshare.com\/member\/leads\/view\/*",
                "*:\/\/*.pipe.run\/*",
                "*:\/\/*.pipedrive.com\/*",
                "*:\/\/*.hubspot.com\/*",
                "*:\/\/*.futuresimple.com\/*",
                "*:\/\/*.nectarcrm.com.br\/*",
                "*:\/\/*.moskitcrm.com\/*",
                "*:\/\/*.bitrix24.com.br\/*",
                "*:\/\/*.novovista.com.br\/*",
                "*:\/\/*.plugcrm.net\/*",
                "*:\/\/*.activehosted.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.dynamics.com\/*",
                "*:\/\/*.anapro.com.br\/*",
                "*:\/\/*.marketingautomation.services\/*",
                "*:\/\/*.exactsales.com.br\/*",
                "*:\/\/*.hoopdecor.com\/*",
                "*:\/\/*.helpcrunch.com\/*"
            ],
            "run_at": "document_end",
            "persistent": false
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    }
}