mytaoagent - Shopping Assistant For Taobao

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

Co to jest mytaoagent - Shopping Assistant For Taobao?

mytaoagent - Shopping Assistant For Taobao to rozszerzenie Chrome opracowane przez chinabuyexpress, a jego główną funkcją jest „mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia mytaoagent - Shopping Assistant For Taobao

Pobierz pliki rozszerzeń mytaoagent - Shopping Assistant For Taobao w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa mytaoagent - Shopping Assistant For Taobao mytaoagent - Shopping Assistant For Taobao
ID lkmidpkafbcnchdpbnajapbljhbjmkhf
Oficjalny URL https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf
Opis mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Rozmiar pliku 51.94 KB
Liczba instalacji 71
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-07-31
Data Publikacji 2014-07-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper chinabuyexpress
Typ Płatności free
Strona Rozszerzenia http://www.mytaoagent.com
Adres URL Strony Pomocy http://www.mytaoagent.com
Obsługiwane Języki 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
}