SY Group Logistics Tool

Công cụ đặt hàng các website Trung Quốc - SY Group Logistics

SY Group Logistics Tool là gì?

SY Group Logistics Tool là một tiện ích mở rộng Chrome được phát triển bởi SY Group, và tính năng chính của nó là "Công cụ đặt hàng các website Trung Quốc - SY Group Logistics".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SY Group Logistics Tool

Tải xuống các tệp mở rộng SY Group Logistics Tool 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

                        Tiện ích mở rộng dành các tín đồ mua sắm trên các website thương mại điện tử nổi tiếng của Trung Quốc như 1688, Taobao, Tmall ... Chỉ trong một vài click bạn đã có thể lựa chọn món hàng mình ưa thích thông qua công cụ mua sắm do SY Group vận chuyển cung cấp.                    

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

Tên SY Group Logistics Tool SY Group Logistics Tool
ID dblkaldpcnknjeiolejhhhjilknpaepi
URL Chính Thức https://chrome.google.com/webstore/detail/sy-group-logistics-tool/dblkaldpcnknjeiolejhhhjilknpaepi
Mô tả Công cụ đặt hàng các website Trung Quốc - SY Group Logistics
Kích Thước Tệp 220 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-02-17
Ngày Phát Hành 2020-02-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SY Group
Loại Thanh Toán free
Trang Web Mở Rộng https://sygroup.vn/
URL Trang Chính Sách Bảo Mật https://sygroup.vn
Ngôn Ngữ Được Hỗ Trợ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SY Group Logistics Tool",
    "manifest_version": 2,
    "short_name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u00e1c website Trung Qu\u1ed1c - SY Group Logistics",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u00e1c website Trung Qu\u1ed1c - SY Group Logistics",
    "version": "0.0.1",
    "author": "SY Group Logistics",
    "icons": {
        "128": "icons\/icon_128_active.png",
        "16": "icons\/icon_16_active.png",
        "48": "icons\/icon_48_active.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/helper.js",
            "js\/background.js",
            "js\/accounting.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_16_active.png",
        "default_title": "SY Group Logistics Tool"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/helper.js",
                "js\/accounting.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/lodash\/lodash.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/world.taobao.js"
            ],
            "matches": [
                "*:\/\/world.taobao.com\/item\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/item.taobao.js"
            ],
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/detail.tmall.js"
            ],
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/world.tmall.js"
            ],
            "matches": [
                "*:\/\/world.tmall.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/1688.js"
            ],
            "matches": [
                "*:\/\/detail.1688.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/loading.css"
            ],
            "js": [
                "js\/sygroup.js"
            ],
            "matches": [
                "https:\/\/sygroup.vn\/client\/gio-hang"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/world.tmall.com https:\/\/detail.tmall.com 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/icon_48_active.png",
        "js\/helper.js",
        "css\/app.css",
        "js\/jquery\/jquery.min.js",
        "js\/jquery\/jquery-ui.min.js",
        "js\/lodash\/lodash.min.js",
        "js\/world.taobao.js",
        "js\/item.taobao.js",
        "js\/world.tmall.js",
        "js\/detail.tmall.js",
        "js\/sygroup.js",
        "js\/1688.js",
        "tpl\/*",
        "js\/accounting.min.js",
        "images\/*"
    ]
}