Price decoder for STOS/BMLin
Decoder for STOS/BMLin price codes and others.
Co je Price decoder for STOS/BMLin?
Price decoder for STOS/BMLin je rozšíření Chrome vyvinuté drantiniofficial, a jeho hlavní funkcí je „Decoder for STOS/BMLin price codes and others.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Price decoder for STOS/BMLin
Stáhněte si soubory rozšíření Price decoder for STOS/BMLin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        ===---- 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.                     Základní Informace o Rozšíření
| Název |   |  
| ID | bbafiecniichheadhagmllcjajcffhdl | 
| Oficiální URL | https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl | 
| Popis | Decoder for STOS/BMLin price codes and others. | 
| Velikost souboru | 10.47 KB | 
| Počet instalací | 4,925 | 
| Aktuální Verze | 1.1 | 
| Poslední Aktualizace | 2021-11-13 | 
| Datum Vydání | 2021-06-01 | 
| Hodnocení | 5.00/5 Celkem 5 Hodnocení | 
| Vývojář | drantiniofficial | 
| [email protected] | |
| Typ Platby | free | 
| Podporované Jazyky | 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"
    }
}  |  |