Superbuy 购物助手

【Superbuy 出品】在您网购浏览商品的同时,可直接添加商品到Superbuy代购购物车或提交转运寄送全球!

What is Superbuy 购物助手?

Superbuy 购物助手 is a Chrome extension developed by https://superbuy.com, and its main feature is "【Superbuy 出品】在您网购浏览商品的同时,可直接添加商品到Superbuy代购购物车或提交转运寄送全球!".

Extension Screenshots

screenshot
screenshot

Download Superbuy 购物助手 Extension CRX File

Download Superbuy 购物助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在淘宝天猫随意逛,看到心仪的商品可以直接一键添加到我们的代购购物车,然后完成代购。
在淘宝、天猫自助购买的商品,可以直接一键生成转运订单,我们为您运到海外。支持淘宝、天猫购物车中商品和已买到商品一键提交转运。

功能介绍:
1. 一键代购
    轻点鼠标,商品轻松加入Superbuy代购购物车
2. 一键转运
    智能获取,商品信息无需费力填

2024-03-01
1. 修复因淘宝页面变更导致的不可用                    

Extension Basic Information

Name Superbuy 购物助手 Superbuy 购物助手
ID nmjfijfmhcjlamhcgaogchfacdgknmdn
Official URL https://chromewebstore.google.com/detail/superbuy-%E8%B4%AD%E7%89%A9%E5%8A%A9%E6%89%8B/nmjfijfmhcjlamhcgaogchfacdgknmdn
Description 【Superbuy 出品】在您网购浏览商品的同时,可直接添加商品到Superbuy代购购物车或提交转运寄送全球!
File Size 86.23 KB
Installation Count 3,146
Current Version 2.0.1
Last Updated 2024-03-02
Publish Date 2021-10-14
Rating 3.27/5 Total 11 Ratings
Developer https://superbuy.com
Email [email protected]
Payment Type free
Extension Website http://www.superbuy.com
Help Page URL https://buy.superbuy.com/views/single/install.html
Privacy Policy Page URL https://www.superbuy.com/cn/page/about/privacy
Supported Languages zh-CN
manifest.json
{
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Superbuy \u8d2d\u7269\u52a9\u624b",
        "default_popup": "popup.html",
        "author": "Superbuy([email protected])"
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css",
                "css\/box.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_scripts.js"
            ],
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "\u3010Superbuy \u51fa\u54c1\u3011\u5728\u60a8\u7f51\u8d2d\u6d4f\u89c8\u5546\u54c1\u7684\u540c\u65f6\uff0c\u53ef\u76f4\u63a5\u6dfb\u52a0\u5546\u54c1\u5230Superbuy\u4ee3\u8d2d\u8d2d\u7269\u8f66\u6216\u63d0\u4ea4\u8f6c\u8fd0\u5bc4\u9001\u5168\u7403\uff01",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Superbuy \u8d2d\u7269\u52a9\u624b",
    "permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.superbuy.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}