WA Sync by Treble

WA Sync: never worry about data sync again

WA Sync by Treble là gì?

WA Sync by Treble là một tiện ích mở rộng Chrome được phát triển bởi treble, và tính năng chính của nó là "WA Sync: never worry about data sync again".

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

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

Tải xuống các tệp mở rộng WA Sync by Treble 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

                        Welcome to WA Sync, a tool that sync your WhatsApp Web messages in HubSpot CRM. 

WA Sync connects your conversations with HubSpot CRM, so you can store all the chats and keep track of sales and customer service activities without losing any valuable information for your business.

Store all the conversations exchanged with leads and customers on HubSpot
Allows your agents to see the history of a conversation without losing any valuable information for your business. 

Save time by not having to switch between apps
With WA Sync, you'll never have to switch between apps again. You can manage all of your customer conversations in one place, save time, and improve productivity.

Stay organized with WA Sync
Keep track of everything that's happening on WhatsApp. You'll know who's contacted you, what they said, and what they're looking for. 

Achieve better customer service
WA Sync is a perfect solution for businesses that want to manage their customer service through WhatsApp Web.                    

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

Tên WA Sync by Treble WA Sync by Treble
ID pgfnlhabkakhfecffleijjnjfeblkmpg
URL Chính Thức https://chromewebstore.google.com/detail/wa-sync-by-treble/pgfnlhabkakhfecffleijjnjfeblkmpg
Mô tả WA Sync: never worry about data sync again
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 2,812
Phiên Bản Hiện Tại 2.4.1.11
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2022-02-07
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển treble
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.treble.ai/wp-content/uploads/2021/08/GDPR_Policy.7afe9716.pdf
Ngôn Ngữ Được Hỗ Trợ en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.4.1.11",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "hubspot.css"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/api\/bg_page.js"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "treble.ai settings"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "src\/*.js",
                "hubspot.css",
                "assets\/*",
                "jquery.js",
                "static\/*"
            ],
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/app.hubspot.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/web.whatsapp.com\/*",
            "https:\/\/web.whatsapp.com\/*",
            "https:\/\/app.hubspot.com\/*"
        ]
    }
}