Công cụ đặt hàng Ptite Shop
Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc
Công cụ đặt hàng Ptite Shop란 무엇입니까?
Công cụ đặt hàng Ptite Shop은(는) duongdd94에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc"입니다.
확장 프로그램 스크린샷
Công cụ đặt hàng Ptite Shop 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hỗ trợ đặt hàng từ Taobao, Tmall, 1688
확장 프로그램 기본 정보
이름 | Công cụ đặt hàng Ptite Shop |
ID | pdilnhnffgjbboabflgdnpllpknaejep |
공식 URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ptite-sh/pdilnhnffgjbboabflgdnpllpknaejep |
설명 | Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc |
파일 크기 | 40.53 KB |
설치 횟수 | 81 |
현재 버전 | 3.1 |
최근 업데이트 | 2017-06-05 |
출시 날짜 | 2017-06-04 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | duongdd94 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ordertaobaoviet.com/ |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ptite Shop", "version": "3.1", "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/world.taobao.com\/item\/*", "http:\/\/world.taobao.com\/item\/*", "https:\/\/detail.1688.com\/offer\/*", "http:\/\/detail.1688.com\/offer\/*", "https:\/\/detail.tmall.com\/item.htm*", "http:\/\/detail.tmall.com\/item.htm*", "https:\/\/world.tmall.com\/item\/*", "http:\/\/world.tmall.com\/item\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/content.js" ], "css": [ "css\/ptite.css" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |