Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
O que é Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin é uma extensão do Chrome desenvolvida por drantiniofficial, e sua principal característica é "Decoder for STOS/BMLin price codes and others.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Price decoder for STOS/BMLin
Baixe arquivos de extensão Price decoder for STOS/BMLin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
===---- 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.
Informações Básicas da Extensão
Nome | Price decoder for STOS/BMLin |
ID | bbafiecniichheadhagmllcjajcffhdl |
URL Oficial | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl |
Descrição | Decoder for STOS/BMLin price codes and others. |
Tamanho do Arquivo | 10.47 KB |
Contagem de Instalações | 4,925 |
Versão Atual | 1.1 |
Última Atualização | 2021-11-13 |
Data de Publicação | 2021-06-01 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | drantiniofficial |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |