WhatsApp Sidebar
Automatically sync WhatsApp web conversations in your CRM database.
什么是WhatsApp Sidebar?
WhatsApp Sidebar是由amoCRM LLC开发的Chrome扩展程序,该扩展的主要功能是“Automatically sync WhatsApp web conversations in your CRM database.”。
扩展截图
下载WhatsApp Sidebar扩展crx文件
下载WhatsApp Sidebar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | pcpfnlngkfijdehgnngpfkfpifechngf |
| 官方URL | https://chrome.google.com/webstore/detail/whatsapp-sidebar/pcpfnlngkfijdehgnngpfkfpifechngf |
| 简介 | Automatically sync WhatsApp web conversations in your CRM database. |
| 文件大小 | 153 KB |
| 安装次数 | 333 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2021-09-01 |
| 上架时间 | 2021-07-22 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | amoCRM LLC |
| 付费类型 | in_app |
| 扩展官网 | https://www.amocrm.com/ |
| 支持的语言 | 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"
}
} | |