WA Sync by Treble
WA Sync: never worry about data sync again
Was ist WA Sync by Treble?
WA Sync by Treble ist eine Chrome-Erweiterung, die von treble entwickelt wurde, und ihr Hauptmerkmal ist "WA Sync: never worry about data sync again".
Erweiterungsscreenshots
WA Sync by Treble-Erweiterungs-CRX-Datei herunterladen
Laden Sie WA Sync by Treble-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
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.
Grundlegende Informationen zur Erweiterung
Name | WA Sync by Treble |
ID | pgfnlhabkakhfecffleijjnjfeblkmpg |
Offizielle URL | https://chromewebstore.google.com/detail/wa-sync-by-treble/pgfnlhabkakhfecffleijjnjfeblkmpg |
Beschreibung | WA Sync: never worry about data sync again |
Dateigröße | 1.75 MB |
Installationsanzahl | 2,812 |
Aktuelle Version | 2.4.1.11 |
Letztes Update | 2022-08-16 |
Veröffentlichungsdatum | 2022-02-07 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | treble |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.treble.ai/wp-content/uploads/2021/08/GDPR_Policy.7afe9716.pdf |
Unterstützte Sprachen | 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\/*" ] } } |