MyYES ShopTool

This is my shop

MyYES ShopToolคืออะไร?

MyYES ShopTool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yeslogistics.com.my และคุณลักษณะหลักของมันคือ "This is my shop"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyYES ShopTool

ดาวน์โหลดไฟล์ส่วนขยาย MyYES ShopTool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MyYES ShopTool MyYES ShopTool
ID cgplocfgobeabjnlaafjedhlgjgboloi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi
คำอธิบาย This is my shop
ขนาดไฟล์ 55.78 KB
จำนวนการติดตั้ง 294
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-24
วันที่เผยแพร่ 2016-11-24
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.yeslogistics.com.my
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yeslogistics.com.my/Cate/shopcart.html
URL หน้าช่วยเหลือ https://www.yeslogistics.com.my/Cate/shopcart.html
URL หน้านโยบายความเป็นส่วนตัว https://www.yeslogistics.com.my
ภาษาที่รองรับ 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"
    ]
}