Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Co to jest Price decoder for STOS/BMLin?

Price decoder for STOS/BMLin to rozszerzenie Chrome opracowane przez drantiniofficial, a jego główną funkcją jest „Decoder for STOS/BMLin price codes and others.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Price decoder for STOS/BMLin

Pobierz pliki rozszerzeń Price decoder for STOS/BMLin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
Oficjalny URL https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Opis Decoder for STOS/BMLin price codes and others.
Rozmiar pliku 10.47 KB
Liczba instalacji 4,925
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-11-13
Data Publikacji 2021-06-01
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper drantiniofficial
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}