MyYES ShopTool

This is my shop

MyYES ShopTool क्या है?

MyYES ShopTool https://www.yeslogistics.com.my द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is my shop"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MyYES ShopTool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}