mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Что такое mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao - это расширение Chrome, разработанное chinabuyexpress, и его основная функция - "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Снимки экрана расширения
Скачать файл CRX расширения mytaoagent - Shopping Assistant For Taobao
Скачайте файлы расширений mytaoagent - Shopping Assistant For Taobao в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao                     Основная информация о расширении
| Название |   |  
| ID | lkmidpkafbcnchdpbnajapbljhbjmkhf | 
| Официальный URL | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf | 
| Описание | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . | 
| Размер файла | 51.94 KB | 
| Количество установок | 71 | 
| Текущая Версия | 1.3 | 
| Последнее Обновление | 2014-07-31 | 
| Дата публикации | 2014-07-30 | 
| Рейтинг | 5.00/5 Всего 2 оценок | 
| Разработчик | chinabuyexpress | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://www.mytaoagent.com | 
| URL страницы помощи | http://www.mytaoagent.com | 
| Поддерживаемые языки | 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
}  |  |