Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

¿Qué es Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin es una extensión de Chrome desarrollada por drantiniofficial, y su función principal es "Decoder for STOS/BMLin price codes and others.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Price decoder for STOS/BMLin

Descarga archivos de extensión Price decoder for STOS/BMLin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ===---- 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.                    

Información Básica de la Extensión

Nombre Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
URL Oficial https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Descripción Decoder for STOS/BMLin price codes and others.
Tamaño del Archivo 10.47 KB
Cantidad de Instalaciones 4,925
Versión Actual 1.1
Última Actualización 2021-11-13
Fecha de Publicación 2021-06-01
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador drantiniofficial
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}