Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Coupons for Chinese Shops란 무엇입니까?
Coupons for Chinese Shops은(는) Jakub 'unknow' Mrugalski에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically searching for coupons for items on BangGood and GearBest sites."입니다.
확장 프로그램 스크린샷
Coupons for Chinese Shops 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension searches COUPONS for GearBest and BangGood shops. It tracks which item are you viewing and display codes for them - no additional action is required. Sometimes, extension display multiple coupons (like 3-4) and you have to check which one is still working.
확장 프로그램 기본 정보
이름 | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
공식 URL | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
설명 | Automatically searching for coupons for items on BangGood and GearBest sites. |
파일 크기 | 19.95 KB |
설치 횟수 | 129 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2019-08-21 |
출시 날짜 | 2019-08-21 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | Jakub 'unknow' Mrugalski |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coupons for Chinese Shops", "version": "0.0.1", "manifest_version": 2, "author": "Jakub 'unknow' Mrugalski", "description": "Automatically searching for coupons for items on BangGood and GearBest sites.", "content_scripts": [ { "matches": [ "*:\/\/www.gearbest.com\/*", "*:\/\/pl.gearbest.com\/*", "*:\/\/www.banggood.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "chiny.png" } } |