Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Price decoder for STOS/BMLin क्या है?
Price decoder for STOS/BMLin drantiniofficial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decoder for STOS/BMLin price codes and others."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Price decoder for STOS/BMLin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
===---- AUTOMATIC DETECTION ----=== Use this price decoder on any yupoo website that has STOS/BMLin price codes, If price code is detected it will automatically convert it to human-readable prices. ===---- (NEW) VARIOUS CURRENCIES (NEW) ----=== You can now change currency to convert the price code to. Available currencies are: USD, EUR, GBP, CAD ===---- MANUAL CONVERSION ----=== If not, you can open the popup by clicking on the extension ("black PD in white box") icon and enter the code manually.
एक्सटेंशन की मूल जानकारी
नाम | Price decoder for STOS/BMLin |
ID | bbafiecniichheadhagmllcjajcffhdl |
आधिकारिक URL | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
विवरण | Decoder for STOS/BMLin price codes and others. |
फ़ाइल का आकार | 10.47 KB |
स्थापना संख्या | 4,925 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-11-13 |
प्रकाशन तिथि | 2021-06-01 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | drantiniofficial |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Price decoder for STOS\/BMLin", "description": "Decoder for STOS\/BMLin price codes and others.", "version": "1.1", "minimum_chrome_version": "88", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.yupoo.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "logo.png" }, "action": { "default_popup": "popup.html" } } |