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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |