Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Τι είναι το Price decoder for STOS/BMLin;

Το Price decoder for STOS/BMLin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον drantiniofficial, και η κύρια λειτουργία του είναι "Decoder for STOS/BMLin price codes and others.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Price decoder for STOS/BMLin

Λήψη αρχείων επέκτασης Price decoder for STOS/BMLin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Price decoder for STOS/BMLin Price decoder for STOS/BMLin
ID bbafiecniichheadhagmllcjajcffhdl
Επίσημο URL https://chromewebstore.google.com/detail/price-decoder-for-stosbml/bbafiecniichheadhagmllcjajcffhdl
Περιγραφή Decoder for STOS/BMLin price codes and others.
Μέγεθος Αρχείου 10.47 KB
Αριθμός Εγκαταστάσεων 4,925
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-11-13
Ημερομηνία Δημοσίευσης 2021-06-01
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής drantiniofficial
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}