Chrisvicmall
After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension.
Chrisvicmall란 무엇입니까?
Chrisvicmall은(는) https://chrisvicmall.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension."입니다.
확장 프로그램 스크린샷
Chrisvicmall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension enable users to easily view 1688.com products or any supported websites products on Chrisvicmall platform. This saves the user from copying and pasting links when trying to purchase from 1688.com through the service of Chrisvicmall. How it works, After installing the extension, visit any 1688.com products and the extension will automatically add a link on the product page. When you click on the link, you will be redirected to Chrisvicmall platform where you can add the product to your cart and Chrisvicmall will process it for you.
확장 프로그램 기본 정보
이름 | Chrisvicmall |
ID | ohipnhgcnpapfpopfbekkdmiagcibkih |
공식 URL | https://chromewebstore.google.com/detail/chrisvicmall/ohipnhgcnpapfpopfbekkdmiagcibkih |
설명 | After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension. |
파일 크기 | 87.38 KB |
설치 횟수 | 533 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-09-03 |
출시 날짜 | 2021-09-03 |
개발자 | https://chrisvicmall.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrisvicmall", "version": "1.0", "description": "After installation, you can view 1688.com products on Chrisvicmall website with the help of this extension. ", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "tabs" ], "host_permissions": [ "*:\/\/*.1688.com\/offer\/*.html?*" ] } |