W-Commerce
WhatsApp CRM & E-commerce store
W-Commerce란 무엇입니까?
W-Commerce은(는) https://app.nextel.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatsApp CRM & E-commerce store"입니다.
확장 프로그램 스크린샷
W-Commerce 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
W-commerce is CRM & E-commerce Store built on top of WhatsApp W-Commerce helps you semi-automate your business workflow with CRM like features. Create customer profiles, save media & messages, send personalized quick replies, run polls, build your e-commerce store, create your business page and a lot more! This platform helps you become friends with your customers on WhatsApp. With CRM-like features, you can: - Create customer profiles - Create custom user attributes - Create and assign tags to the contacts, groups lists - Categorize customer lists based on Tags and attributes - Export the contacts from WhatsApp Group, Broadcast lists - Setup quick personalized replies - Create an eCommerce store on WhatsApp - Help customers explore your products or services - Sell your products & services - Receive the payment from your customers And much more…. You can do all of this WITHOUT having any tech infrastructure or technical knowledge. Once you install, you can book a demo with us and we will explain you all the features and also help you in implementing W-Commerce for your business.
확장 프로그램 기본 정보
이름 | W-Commerce |
ID | hddpdkbafpmpkidkjoffipfpcbaepojc |
공식 URL | https://chromewebstore.google.com/detail/w-commerce/hddpdkbafpmpkidkjoffipfpcbaepojc |
설명 | WhatsApp CRM & E-commerce store |
파일 크기 | 338 KB |
설치 횟수 | 42 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2020-09-11 |
출시 날짜 | 2020-08-11 |
개발자 | https://app.nextel.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "W-Commerce", "version": "0.0.0.3", "description": "WhatsApp CRM & E-commerce store", "homepage_url": "https:\/\/www.nextel.io", "browser_action": { "default_title": "W-Commerce" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "cookies", "https:\/\/web.whatsapp.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "style.css", "jquery-ui.css" ], "js": [ "jquery.min.js", "jquery-ui.min.js", "nextel.js" ] } ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |