1688buy.com.tw代購小助手

您企業採購的好幫手-阿里代購

What is 1688buy.com.tw代購小助手?

1688buy.com.tw代購小助手 is a Chrome extension developed by 1688buy, and its main feature is "您企業採購的好幫手-阿里代購".

Extension Screenshots

screenshot

Download 1688buy.com.tw代購小助手 Extension CRX File

Download 1688buy.com.tw代購小助手 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

                        阿里代購是一個面向全球華人買家的的代購平台,
希望全球的華人買家都能在我們協助下取得划算與品質兼具的產品
沒有支付寶想買阿里巴巴和淘寶?沒問題,找我們就對了!
支付寶有限額不夠買了怎麼辦?沒問題,找我們就對了!
付款太麻煩怎麼辦?沒問題,找我們就對了!
找阿里代購讓您買的划算又開心!                    

Extension Basic Information

Name 1688buy.com.tw代購小助手 1688buy.com.tw代購小助手
ID daipjgedpfhkdkafjfimmofieccbgnoc
Official URL https://chromewebstore.google.com/detail/1688buycomtw%E4%BB%A3%E8%B3%BC%E5%B0%8F%E5%8A%A9%E6%89%8B/daipjgedpfhkdkafjfimmofieccbgnoc
Description 您企業採購的好幫手-阿里代購
File Size 1011 KB
Installation Count 191
Current Version 1.0.6
Last Updated 2023-07-24
Publish Date 2023-05-14
Developer 1688buy
Email [email protected]
Payment Type free
Extension Website http://1688buy.com.tw/
Privacy Policy Page URL http://buy.taocarts.com/index/article-content?id=1108&is_single=1
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1688buy.com.tw\u4ee3\u8cfc\u5c0f\u52a9\u624b",
    "description": "\u60a8\u4f01\u696d\u63a1\u8cfc\u7684\u597d\u5e6b\u624b-\u963f\u91cc\u4ee3\u8cfc",
    "version": "1.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon_logo.png",
            "32": "\/images\/icon_logo.png",
            "48": "\/images\/icon_logo.png",
            "128": "\/images\/icon_logo.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_logo.png",
        "32": "\/images\/icon_logo.png",
        "48": "\/images\/icon_logo.png",
        "128": "\/images\/icon_logo.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.1688.com\/*",
                "https:\/\/cart.1688.com\/*",
                "https:\/\/www.taobao.com\/*",
                "https:\/\/cart.taobao.com\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/popup.css"
            ],
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/content_scripts.js"
            ]
        }
    ]
}