TaoBao CNY to USD converter

Converts based on .15 CNY to 1 USD

Cos'è TaoBao CNY to USD converter?

TaoBao CNY to USD converter è un'estensione di Chrome sviluppata da textytext12, e la sua funzione principale è "Converts based on .15 CNY to 1 USD".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TaoBao CNY to USD converter

Scarica i file di estensione TaoBao CNY to USD converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TaoBao CNY to USD converter TaoBao CNY to USD converter
ID ehknkedaccngdjgnmdifibhjmkdojbaf
URL Ufficiale https://chromewebstore.google.com/detail/taobao-cny-to-usd-convert/ehknkedaccngdjgnmdifibhjmkdojbaf
Descrizione Converts based on .15 CNY to 1 USD
Dimensione del File 20.4 KB
Conteggio Installazioni 201
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-10
Data di Pubblicazione 2022-05-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore textytext12
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}