Coupons for Chinese Shops
Automatically searching for coupons for items on BangGood and GearBest sites.
Coupons for Chinese Shops là gì?
Coupons for Chinese Shops là một tiện ích mở rộng Chrome được phát triển bởi Jakub 'unknow' Mrugalski, và tính năng chính của nó là "Automatically searching for coupons for items on BangGood and GearBest sites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coupons for Chinese Shops
Tải xuống các tệp mở rộng Coupons for Chinese Shops dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnfomhlhhddnhpfnhdgpngfobdoahkfl |
URL Chính Thức | https://chrome.google.com/webstore/detail/coupons-for-chinese-shops/nnfomhlhhddnhpfnhdgpngfobdoahkfl |
Mô tả | Automatically searching for coupons for items on BangGood and GearBest sites. |
Kích Thước Tệp | 19.95 KB |
Số Lần Cài Đặt | 129 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-08-21 |
Ngày Phát Hành | 2019-08-21 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Jakub 'unknow' Mrugalski |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |