MyYES ShopTool
This is my shop
MyYES ShopTool란 무엇입니까?
MyYES ShopTool은(는) https://www.yeslogistics.com.my에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is my shop"입니다.
확장 프로그램 스크린샷
MyYES ShopTool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |