Suiteshare

Gerencie os seus clientes diretamente no WhatsApp.

Suiteshare là gì?

Suiteshare là một tiện ích mở rộng Chrome được phát triển bởi http://suiteshare.com, và tính năng chính của nó là "Gerencie os seus clientes diretamente no WhatsApp.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Suiteshare

Tải xuống các tệp mở rộng Suiteshare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Suiteshare Suiteshare
ID ekoomankgkhdkidlfciajffcabiecdfo
URL Chính Thức https://chrome.google.com/webstore/detail/suiteshare/ekoomankgkhdkidlfciajffcabiecdfo
Mô tả Gerencie os seus clientes diretamente no WhatsApp.
Kích Thước Tệp 275 KB
Số Lần Cài Đặt 390
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2021-12-02
Ngày Phát Hành 2019-11-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://suiteshare.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://suiteshare.com
URL Trang Trợ Giúp https://whts.co/chat
URL Trang Chính Sách Bảo Mật https://suiteshare.com/legal
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}