Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Cos'è Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin è un'estensione di Chrome sviluppata da drantiniofficial, e la sua funzione principale è "Decoder for STOS/BMLin price codes and others.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Price decoder for STOS/BMLin
Scarica i file di estensione Price decoder for STOS/BMLin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
===---- 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.
Informazioni di Base sull'Estensione
Nome | Price decoder for STOS/BMLin |
ID | bbafiecniichheadhagmllcjajcffhdl |
URL Ufficiale | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
Descrizione | Decoder for STOS/BMLin price codes and others. |
Dimensione del File | 10.47 KB |
Conteggio Installazioni | 4,925 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-11-13 |
Data di Pubblicazione | 2021-06-01 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | drantiniofficial |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |