Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

Was ist Suiteshare?

Suiteshare ist eine Chrome-Erweiterung, die von http://suiteshare.com entwickelt wurde, und ihr Hauptmerkmal ist "Gerencie os seus clientes diretamente no WhatsApp.".

Erweiterungsscreenshots

screenshot
screenshot

Suiteshare-Erweiterungs-CRX-Datei herunterladen

Laden Sie Suiteshare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Suiteshare Suiteshare
ID ekoomankgkhdkidlfciajffcabiecdfo
Offizielle URL https://chrome.google.com/webstore/detail/suiteshare/ekoomankgkhdkidlfciajffcabiecdfo
Beschreibung Gerencie os seus clientes diretamente no WhatsApp.
Dateigröße 275 KB
Installationsanzahl 390
Aktuelle Version 1.2.2
Letztes Update 2021-12-02
Veröffentlichungsdatum 2019-11-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://suiteshare.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://suiteshare.com
Hilfeseite URL https://whts.co/chat
URL der Datenschutzrichtlinien-Seite https://suiteshare.com/legal
Unterstützte Sprachen 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"
    }
}