Price decoder for STOS/BMLin

Decoder for STOS/BMLin price codes and others.

Price decoder for STOS/BMLin란 무엇입니까?

Price decoder for STOS/BMLin은(는) drantiniofficial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decoder for STOS/BMLin price codes and others."입니다.

확장 프로그램 스크린샷

screenshot

Price decoder for STOS/BMLin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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