Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Was ist Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin ist eine Chrome-Erweiterung, die von drantiniofficial entwickelt wurde, und ihr Hauptmerkmal ist "Decoder for STOS/BMLin price codes and others.".

Erweiterungsscreenshots

screenshot

Price decoder for STOS/BMLin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Price decoder for STOS/BMLin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
Offizielle URL https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Beschreibung Decoder for STOS/BMLin price codes and others.
Dateigröße 10.47 KB
Installationsanzahl 4,925
Aktuelle Version 1.1
Letztes Update 2021-11-13
Veröffentlichungsdatum 2021-06-01
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler drantiniofficial
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}