AutoShopee Kit
Giải pháp cho nhà bán hàng Shopee
什么是AutoShopee Kit?
AutoShopee Kit是由AutoShopee | Giải pháp cho nhà bán hàng Shopee开发的Chrome扩展程序,该扩展的主要功能是“Giải pháp cho nhà bán hàng Shopee”。
扩展截图
下载AutoShopee Kit扩展crx文件
下载AutoShopee Kit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Công cụ hỗ trơ bán hàng trên Shopee được phát triển bởi AutoShopee giải pháp cho nhà bán hàng.
+ Tạo FlashSale hàng loạt theo nhiều khung giờ
+ Sao chép từ Shopee => Lazada, Tiktok, Shopee
+ Tải Video, hình ảnh sản phẩm
+ Chặn các từ khoá cấm khi chat với khách hàng
+ Tạo nhanh Link tiếp thị liên kết (Shopee Affiliate Program)
+ Sao chép Video của sản phẩm khác => sản phẩm trên Shop của bạn
+ Tải đánh giá, hình ảnh, video sản phẩm 扩展基本信息
| 名称 | |
| ID | cenipjndcfljmplhjhcnfajnkmbjmppi |
| 官方URL | https://chromewebstore.google.com/detail/autoshopee-kit/cenipjndcfljmplhjhcnfajnkmbjmppi |
| 简介 | Giải pháp cho nhà bán hàng Shopee |
| 文件大小 | 6.19 MB |
| 安装次数 | 31,326 |
| 当前版本 | 2.6.5 |
| 更新时间 | 2024-02-21 |
| 上架时间 | 2020-02-22 |
| 评分 | 4.29/5 共17次评分 |
| 开发者 | AutoShopee | Giải pháp cho nhà bán hàng Shopee |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://autoshopee.com/ |
| 帮助页面URL | https://support.autoshopee.com/extension/su-dung |
| 隐私政策页面URL | https://blog.autoshopee.com/privacy-policy-chrome-extension |
| 支持的语言 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "AutoShopee Kit",
"short_name": "AutoShopee Kit",
"author": "AutoShopee Team",
"default_locale": "vi",
"manifest_version": 2,
"description": "Gi\u1ea3i ph\u00e1p cho nh\u00e0 b\u00e1n h\u00e0ng Shopee",
"homepage_url": "https:\/\/autoshopee.com",
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "AutoShopee Kit",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true,
"browser_style": true
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/shopee.vn\/*"
],
"js": [
"js\/content\/shopee\/main.js"
],
"css": []
},
{
"matches": [
"https:\/\/banhang.shopee.vn\/*"
],
"js": [
"js\/content\/shopee\/seller.js"
],
"css": []
},
{
"matches": [
"https:\/\/banhang.shopee.vn\/portal\/sale\/order\/*"
],
"js": [
"js\/content\/shopee\/order.js"
],
"css": []
},
{
"matches": [
"https:\/\/banhang.shopee.vn\/webchat\/*"
],
"js": [
"js\/content\/shopee\/chat.js"
],
"css": []
},
{
"matches": [
"https:\/\/tiki.vn\/*"
],
"js": [
"js\/content\/tiki\/main.js"
],
"css": []
},
{
"matches": [
"https:\/\/seller-vn.tiktok.com\/*"
],
"js": [
"js\/content\/tiktok\/main.js"
],
"css": []
},
{
"matches": [
"https:\/\/ban.sendo.vn\/*"
],
"js": [
"js\/content\/sendo\/main.js"
],
"css": []
},
{
"matches": [
"https:\/\/lazada.vn\/*",
"https:\/\/www.lazada.vn\/*"
],
"js": [
"js\/content\/lazada\/main.js"
],
"css": []
}
],
"omnibox": {
"keyword": "autoshopee"
},
"permissions": [
"cookies",
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*.autoshopee.com\/*",
"*:\/\/*.shopee.vn\/*",
"*:\/\/*.tiktok.vn\/*",
"*:\/\/*.lazada.vn\/*",
"*:\/\/*.sendo.vn\/*",
"*:\/\/*.tiki.vn\/*"
],
"version": "2.6.5",
"incognito": "split"
} | |