Easy Click by SGshop

Easy Click by SGshop, website:http://www.sgshop.com

Easy Click by SGshopคืออะไร?

Easy Click by SGshop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sgshop.com และคุณลักษณะหลักของมันคือ "Easy Click by SGshop, website:http://www.sgshop.com"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Click by SGshop

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

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

                        Directly add items to SGshop shopping cart.

Easy Click 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
SGshop shopping cart immediately.

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

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

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

ชื่อ Easy Click by SGshop Easy Click by SGshop
ID pcdmbeohclckghgfhoenbpoohpkojnkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-click-by-sgshop/pcdmbeohclckghgfhoenbpoohpkojnkp
คำอธิบาย Easy Click by SGshop, website:http://www.sgshop.com
ขนาดไฟล์ 71.33 KB
จำนวนการติดตั้ง 1,093
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2016-04-17
วันที่เผยแพร่ 2016-04-17
คะแนน 4.17/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.sgshop.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Click by SGshop",
    "description": "Easy Click by SGshop, website\uff1ahttp:\/\/www.sgshop.com",
    "version": "3.0.0",
    "icons": {
        "16": "sgshop.png",
        "128": "sgshop128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/world.taobao.com\/item\/*",
                "https:\/\/world.tmall.com\/item*",
                "http:\/\/detail.tmall.com\/item.htm*",
                "https:\/\/detail.tmall.com\/item.htm*",
                "http:\/\/item.taobao.com\/item.htm*",
                "https:\/\/item.taobao.com\/item.htm*",
                "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\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "jquery.js",
        "baiduTemplate.js"
    ],
    "page_action": {
        "default_icon": "sgshop.png",
        "default_title": "Easy Click"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}