mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Cos'è mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao è un'estensione di Chrome sviluppata da chinabuyexpress, e la sua funzione principale è "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mytaoagent - Shopping Assistant For Taobao
Scarica i file di estensione mytaoagent - Shopping Assistant For Taobao 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
                        mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | lkmidpkafbcnchdpbnajapbljhbjmkhf | 
| URL Ufficiale | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf | 
| Descrizione | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . | 
| Dimensione del File | 51.94 KB | 
| Conteggio Installazioni | 71 | 
| Versione Corrente | 1.3 | 
| Ultimo Aggiornamento | 2014-07-31 | 
| Data di Pubblicazione | 2014-07-30 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | chinabuyexpress | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://www.mytaoagent.com | 
| URL della Pagina di Aiuto | http://www.mytaoagent.com | 
| Lingue Supportate | 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
}  |  |