MyYES ShopTool

This is my shop

MyYES ShopTool là gì?

MyYES ShopTool là một tiện ích mở rộng Chrome được phát triển bởi https://www.yeslogistics.com.my, và tính năng chính của nó là "This is my shop".

Ả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 MyYES ShopTool

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

                        My ShopTool by YES LOGISTICS, website:http://www.yeslogistics.com.my
Directly add items to YES shopping cart.

My ShopTool  is a great help when you want to look for products directly on all China online shopping sites. And with easy click, you get to add it in to your YES shopping cart immediately.

Add any items to your YES shopping cart directly from Taobao/ Tmall with a single click. Faster and easier. No more copying and pasting of Taobao, Tmall or other URLs needed.

Just download and install My ShopTool Easy Click extension. Then, when visiting Taobao/Tmall China online shopping sites, just choose your favorite items, proceed to the product page and click "YES" button. By selecting it, feature will be able to generate the product information and add it in your YES shopping cart.                    

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

Tên MyYES ShopTool MyYES ShopTool
ID cgplocfgobeabjnlaafjedhlgjgboloi
URL Chính Thức https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi
Mô tả This is my shop
Kích Thước Tệp 55.78 KB
Số Lần Cài Đặt 294
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-24
Ngày Phát Hành 2016-11-24
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.yeslogistics.com.my
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yeslogistics.com.my/Cate/shopcart.html
URL Trang Trợ Giúp https://www.yeslogistics.com.my/Cate/shopcart.html
URL Trang Chính Sách Bảo Mật https://www.yeslogistics.com.my
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyYES ShopTool",
    "version": "1.0",
    "description": "This is my shop",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "Easy Click"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/detail.tmall.com\/item.htm*",
                "https:\/\/detail.tmall.com\/item.htm*",
                "http:\/\/world.tmall.com\/item\/*",
                "https:\/\/world.tmall.com\/item\/*",
                "http:\/\/item.taobao.com\/item.htm*",
                "https:\/\/item.taobao.com\/item.htm*",
                "http:\/\/world.taobao.com\/item\/*",
                "https:\/\/world.taobao.com\/item\/*",
                "http:\/\/item.jd.com\/*",
                "http:\/\/auction1.paipai.com\/*",
                "http:\/\/product.dangdang.com\/*",
                "http:\/\/www.mbaobao.com\/item\/*",
                "http:\/\/www.amazon.cn\/*",
                "http:\/\/detail.yao.95095.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon16.png"
    },
    "web_accessible_resources": [
        "jquery.js",
        "baiduTemplate.js"
    ]
}