Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

Apa itu Suiteshare?

Suiteshare adalah ekstensi Chrome yang dikembangkan oleh http://suiteshare.com, dan fitur utamanya adalah "Gerencie os seus clientes diretamente no WhatsApp.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Suiteshare

Unduh file ekstensi Suiteshare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Suiteshare Suiteshare
ID ekoomankgkhdkidlfciajffcabiecdfo
URL Resmi https://chrome.google.com/webstore/detail/suiteshare/ekoomankgkhdkidlfciajffcabiecdfo
Deskripsi Gerencie os seus clientes diretamente no WhatsApp.
Ukuran File 275 KB
Jumlah Instalasi 390
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2021-12-02
Tanggal Publikasi 2019-11-28
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://suiteshare.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://suiteshare.com
URL Halaman Bantuan https://whts.co/chat
URL Halaman Kebijakan Privasi https://suiteshare.com/legal
Bahasa yang Didukung 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"
    }
}