mytaoagent - Shopping Assistant For Taobao

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

Wat is mytaoagent - Shopping Assistant For Taobao?

mytaoagent - Shopping Assistant For Taobao is een Chrome-extensie ontwikkeld door chinabuyexpress, en de belangrijkste functie is "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mytaoagent - Shopping Assistant For Taobao

Download mytaoagent - Shopping Assistant For Taobao-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam mytaoagent - Shopping Assistant For Taobao mytaoagent - Shopping Assistant For Taobao
ID lkmidpkafbcnchdpbnajapbljhbjmkhf
Officiële URL https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf
Beschrijving mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Bestandsgrootte 51.94 KB
Aantal Installaties 71
Huidige Versie 1.3
Laatst Bijgewerkt 2014-07-31
Publicatiedatum 2014-07-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar chinabuyexpress
Betalingswijze free
Extensiewebsite http://www.mytaoagent.com
Help Pagina-URL http://www.mytaoagent.com
Ondersteunde Talen 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
}