WhatsApp Sidebar
Automatically sync WhatsApp web conversations in your CRM database.
Was ist WhatsApp Sidebar?
WhatsApp Sidebar ist eine Chrome-Erweiterung, die von amoCRM LLC entwickelt wurde, und ihr Hauptmerkmal ist "Automatically sync WhatsApp web conversations in your CRM database.".
Erweiterungsscreenshots
WhatsApp Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Sidebar-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
No matter where you communicate with potential customers — email, phone, WhatsApp, Facebook and more — with amoCRM, you can capture all of those conversations in a single, unified client profile. This Chrome extension syncs chats in WhatsApp web and allows you to import past messages, take notes and send chat templates.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pcpfnlngkfijdehgnngpfkfpifechngf |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf |
Beschreibung | Automatically sync WhatsApp web conversations in your CRM database. |
Dateigröße | 153 KB |
Installationsanzahl | 333 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-09-01 |
Veröffentlichungsdatum | 2021-07-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | amoCRM LLC |
Zahlungsart | in_app |
Erweiterungswebsite | https://www.amocrm.com/ |
Unterstützte Sprachen | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Sidebar", "description": "Automatically sync WhatsApp web conversations in your CRM database.", "version": "1.0.2", "manifest_version": 3, "homepage_url": "https:\/\/www.amocrm.com\/", "default_locale": "en", "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.amocrm.ru\/*\/*", "https:\/\/*.amocrm.com\/*\/*", "https:\/\/web.whatsapp.com\/*", "https:\/\/sidebarwa.amocrm.com\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "sidebar.html", "injection.js", "overlay.html", "global_styles.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } } |