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"
    }
}