TaoBao CNY to USD converter

Converts based on .15 CNY to 1 USD

TaoBao CNY to USD converterคืออะไร?

TaoBao CNY to USD converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย textytext12 และคุณลักษณะหลักของมันคือ "Converts based on .15 CNY to 1 USD"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TaoBao CNY to USD converter

ดาวน์โหลดไฟล์ส่วนขยาย TaoBao CNY to USD converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Converts CNY to USD on Taobao based on a 15 cent per dollar conversion rate. Prices are not 100% accurate and not guaranteed.

This extension is not guaranteed to work on every Taobao page but it will generally work on search results, item listings, Taobao storefronts, and your favorites list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TaoBao CNY to USD converter TaoBao CNY to USD converter
ID ehknkedaccngdjgnmdifibhjmkdojbaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/taobao-cny-to-usd-convert/ehknkedaccngdjgnmdifibhjmkdojbaf
คำอธิบาย Converts based on .15 CNY to 1 USD
ขนาดไฟล์ 20.4 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-05-10
วันที่เผยแพร่ 2022-05-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา textytext12
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TaoBao CNY to USD converter",
    "description": "Converts based on .15 CNY to 1 USD",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.taobao.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}