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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically searching for coupons for items on BangGood and GearBest sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coupons for Chinese Shops एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |