TaoBao CNY to USD converter

Converts based on .15 CNY to 1 USD

Qu'est-ce que TaoBao CNY to USD converter ?

TaoBao CNY to USD converter est une extension Chrome développée par textytext12, et sa fonction principale est "Converts based on .15 CNY to 1 USD".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TaoBao CNY to USD converter

Téléchargez les fichiers d'extension TaoBao CNY to USD converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TaoBao CNY to USD converter TaoBao CNY to USD converter
ID ehknkedaccngdjgnmdifibhjmkdojbaf
URL Officiel https://chromewebstore.google.com/detail/taobao-cny-to-usd-convert/ehknkedaccngdjgnmdifibhjmkdojbaf
Description Converts based on .15 CNY to 1 USD
Taille du Fichier 20.4 KB
Nombre d'Installations 201
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-10
Date de Publication 2022-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur textytext12
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}