Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

Suiteshareคืออะไร?

Suiteshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://suiteshare.com และคุณลักษณะหลักของมันคือ "Gerencie os seus clientes diretamente no WhatsApp."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suiteshare

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}