AutoShopee Kit

Giải pháp cho nhà bán hàng Shopee

AutoShopee Kit là gì?

AutoShopee Kit là một tiện ích mở rộng Chrome được phát triển bởi AutoShopee | Giải pháp cho nhà bán hàng Shopee, và tính năng chính của nó là "Giải pháp cho nhà bán hàng Shopee".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng AutoShopee Kit 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

                        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                    

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

Tên AutoShopee Kit AutoShopee Kit
ID cenipjndcfljmplhjhcnfajnkmbjmppi
URL Chính Thức https://chromewebstore.google.com/detail/autoshopee-kit/cenipjndcfljmplhjhcnfajnkmbjmppi
Mô tả Giải pháp cho nhà bán hàng Shopee
Kích Thước Tệp 6.19 MB
Số Lần Cài Đặt 31,326
Phiên Bản Hiện Tại 2.6.5
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2020-02-22
Đánh Giá 4.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển AutoShopee | Giải pháp cho nhà bán hàng Shopee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autoshopee.com/
URL Trang Trợ Giúp https://support.autoshopee.com/extension/su-dung
URL Trang Chính Sách Bảo Mật https://blog.autoshopee.com/privacy-policy-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
}