ocv86.com
Đặt hàng taobao, tmall, 1688...
ocv86.com란 무엇입니까?
ocv86.com은(는) LazyTeam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Đặt hàng taobao, tmall, 1688..."입니다.
확장 프로그램 스크린샷
ocv86.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tiện ích đặt hàng trực tiếp trên Taobao.com, 1688.com,... 1) Cho phép khách hàng chọn hàng trực quan trên website thương mại nước ngoài. 2) Quản lý tự động và tự gom hàng cùng shop (cùng người bán), giao diện giỏ hàng thân thiện bằng tiếng Việt 3) Cho phép khách hàng quản lý đơn hàng tài chính trực tuyến tại bất cứ đâu. 4) Cập nhật tình trạng mua hàng cho khách hàng, kiểm tra tình trạng hàng trực tuyến 24/7. Website: https://ocv86.com/
확장 프로그램 기본 정보
이름 | ocv86.com |
ID | pbcgoppdnlaobkephfcdkhomhikkgokd |
공식 URL | https://chromewebstore.google.com/detail/ocv86com/pbcgoppdnlaobkephfcdkhomhikkgokd |
설명 | Đặt hàng taobao, tmall, 1688... |
파일 크기 | 123 KB |
설치 횟수 | 54 |
현재 버전 | 2.7 |
최근 업데이트 | 2021-12-12 |
출시 날짜 | 2020-08-16 |
개발자 | LazyTeam |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://ocv86.com/ |
도움말 페이지 URL | http://ocv86.com/ |
개인정보 보호 정책 페이지 URL | http://haiphongorder.com?module=news_detail&id=90 |
지원되는 언어 | vi |
manifest.json | |
{ "name": "ocv86.com", "version": "2.7", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "includes\/jquery-latest.js", "includes\/ocv.js" ], "css": [ "includes\/style.css" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.google.com\/*" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/ocv86.com\/*", "http:\/\/ocv86.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.hm.com.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.forever21.cn\/*", "http:\/\/*.forever21.cn\/*", "https:\/\/*.mango.com\/*", "https:\/\/shop.mango.com\/*", "https:\/\/*.pullandbear.cn\/*", "https:\/\/*.bershka.cn\/*", "https:\/\/*.lazada.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.alitaobao.vn\/*", "https:\/\/*.adayroi.com\/*", "https:\/\/*.sendo.vn\/*", "https:\/\/*.tiki.vn\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.google.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |