mytaoagent - Shopping Assistant For Taobao

mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .

Qu'est-ce que mytaoagent - Shopping Assistant For Taobao ?

mytaoagent - Shopping Assistant For Taobao est une extension Chrome développée par chinabuyexpress, et sa fonction principale est "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension mytaoagent - Shopping Assistant For Taobao

Téléchargez les fichiers d'extension mytaoagent - Shopping Assistant For Taobao 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

                        mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao                    

Informations de Base sur l'Extension

Nom mytaoagent - Shopping Assistant For Taobao mytaoagent - Shopping Assistant For Taobao
ID lkmidpkafbcnchdpbnajapbljhbjmkhf
URL Officiel https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf
Description mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Taille du Fichier 51.94 KB
Nombre d'Installations 71
Version Actuelle 1.3
Dernière Mise à Jour 2014-07-31
Date de Publication 2014-07-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur chinabuyexpress
Type de Paiement free
Site Web de l'Extension http://www.mytaoagent.com
URL de la Page d'Aide http://www.mytaoagent.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.3",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.googleapis.com\/*",
                "https:\/\/www.googleapis.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "chrome_ex_oauthsimple.js",
            "chrome_ex_oauth.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken",
        "tabs"
    ],
    "manifest_version": 2
}