W-Commerce

WhatsApp CRM & E-commerce store

W-Commerce là gì?

W-Commerce là một tiện ích mở rộng Chrome được phát triển bởi https://app.nextel.io, và tính năng chính của nó là "WhatsApp CRM & E-commerce store".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng W-Commerce

Tải xuống các tệp mở rộng W-Commerce dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên W-Commerce W-Commerce
ID hddpdkbafpmpkidkjoffipfpcbaepojc
URL Chính Thức https://chromewebstore.google.com/detail/w-commerce/hddpdkbafpmpkidkjoffipfpcbaepojc
Mô tả WhatsApp CRM & E-commerce store
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2020-09-11
Ngày Phát Hành 2020-08-11
Nhà Phát Triển https://app.nextel.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}