Ginee Chat - Multi Messenger for all Channels
One desktop to manage chat for all Marketplace and Social Media.
什么是Ginee Chat - Multi Messenger for all Channels?
Ginee Chat - Multi Messenger for all Channels是由https://ginee.com开发的Chrome扩展程序,该扩展的主要功能是“One desktop to manage chat for all Marketplace and Social Media.”。
扩展截图
下载Ginee Chat - Multi Messenger for all Channels扩展crx文件
下载Ginee Chat - Multi Messenger for all Channels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ginee Chat is your go-to communication platform. The clear and intuitive navigation allows you to message all of your customers from different messaging channels in just one platform, creating an all-in-one chatting experience for both you and your customers.
With a single messaging experience for all platforms, thus reducing the number of websites and apps needed to communicate with your customers.
Ginee Chat is currently integrated with more than a dozen e-Commerce platforms and Social Media, including:
Marketplace: Shopee, Lazada, Tokopedia, Bukalapak, JD.ID
Here are our awesome features that will help you to increase your customer reply rate:
1. Auto Reply: AI (Artificial Intelligence) powered auto chat replies. Online 24 hours a day, thus no chat will be missed.
2. Quick Reply: Improve the efficiency of customer service replies with customizable templates, personalized just for your customers.
3. Admin Performance Report: Easily monitor your admin performance.
4. Instant Translation: Translate customer chats from various languages in just one click.
5. Review Management: Intelligent management for reviews & ratings from various marketplaces.
6. Role and Staff Management: Assign different role for different employee, with different messaging channel access.
Ginee Chat is available for multiple languages:
1. English (EN)
2. Bahasa (ID)
3. 中文 (CN)
4. ภาษาไทย (TH)
5. Việt Nam (VN)
Visit our website:
1. ID: ginee.com/id/ginee-chat/
2. MY: ginee.com/my/ginee-chat/
3. PH: ginee.com/ph/ginee-chat/
4. TH: ginee.com/th/ginee-chat/
5. VN: ginee.com/vn/ginee-chat/
6. CN: ginee.cn/ginee-chat/ 扩展基本信息
| 名称 | |
| ID | cjglhjhlfmjmdjfkllnhapkddfamabpb |
| 官方URL | https://chromewebstore.google.com/detail/ginee-chat-multi-messenge/cjglhjhlfmjmdjfkllnhapkddfamabpb |
| 简介 | One desktop to manage chat for all Marketplace and Social Media. |
| 文件大小 | 548 KB |
| 安装次数 | 265 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2023-08-09 |
| 上架时间 | 2022-10-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://ginee.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://ginee.com/id/ginee-chat/ |
| 帮助页面URL | https://ginee.com/id/help/ |
| 隐私政策页面URL | https://accounts.ginee.com/ID/privacy.html |
| 支持的语言 | id,en,vi,th,zh-CN |
| manifest.json | |
{
"manifest_version": 3,
"version": "0.1.0",
"short_name": "Ginee Chat",
"name": "Ginee Chat - Multi Messenger for all Channels",
"default_locale": "en",
"description": "One desktop to manage chat for all Marketplace and Social Media.",
"action": {
"default_title": "One desktop for Marketplace and Social Media Chat all in on"
},
"background": {
"service_worker": "background.bundle.js"
},
"icons": {
"16": "img\/icon16.png",
"24": "img\/icon24.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"options_page": "options.html",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |