WA Sync by Treble

WA Sync: never worry about data sync again

WA Sync by Treble란 무엇입니까?

WA Sync by Treble은(는) treble에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WA Sync: never worry about data sync again"입니다.

확장 프로그램 스크린샷

WA Sync by Treble 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WA Sync by Treble WA Sync by Treble
ID pgfnlhabkakhfecffleijjnjfeblkmpg
공식 URL https://chromewebstore.google.com/detail/wa-sync-by-treble/pgfnlhabkakhfecffleijjnjfeblkmpg
설명 WA Sync: never worry about data sync again
파일 크기 1.75 MB
설치 횟수 2,812
현재 버전 2.4.1.11
최근 업데이트 2022-08-16
출시 날짜 2022-02-07
평점 3.00/5 총 4 개의 평점
개발자 treble
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.treble.ai/wp-content/uploads/2021/08/GDPR_Policy.7afe9716.pdf
지원되는 언어 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\/*"
        ]
    }
}