Расширение закупщика TaoJet

Сервис лёгких покупок на Таобао

What is Расширение закупщика TaoJet?

Расширение закупщика TaoJet is a Chrome extension developed by http://taojet.com, and its main feature is "Сервис лёгких покупок на Таобао".

Extension Screenshots

Download Расширение закупщика TaoJet Extension CRX File

Download Расширение закупщика TaoJet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение поможет вам найти товары ваших клиентов прямо на Таобао.

http://www.taojet.com                    

Extension Basic Information

Name Расширение закупщика TaoJet Расширение закупщика TaoJet
ID nabojdekjlcijlofeaejkmbcjkgkhfhl
Official URL https://chrome.google.com/webstore/detail/%D1%80%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B7%D0%B0%D0%BA%D1%83%D0%BF%D1%89%D0%B8%D0%BA%D0%B0-taoj/nabojdekjlcijlofeaejkmbcjkgkhfhl
Description Сервис лёгких покупок на Таобао
File Size 6.49 KB
Installation Count 37
Current Version 1.1
Last Updated 2014-06-17
Publish Date 2014-06-17
Developer http://taojet.com
Payment Type free
Supported Languages ru
manifest.json
{
    "manifest_version": 2,
    "name": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0437\u0430\u043a\u0443\u043f\u0449\u0438\u043a\u0430 TaoJet",
    "description": "\u0421\u0435\u0440\u0432\u0438\u0441 \u043b\u0451\u0433\u043a\u0438\u0445 \u043f\u043e\u043a\u0443\u043f\u043e\u043a \u043d\u0430 \u0422\u0430\u043e\u0431\u0430\u043e",
    "version": "1.1",
    "background": {
        "scripts": [
            "tj_on_tao.user.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_48.png",
        "default_popup": "popup.html",
        "default_title": "TaoJet"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "background",
        "cookies",
        "idle",
        "webNavigation",
        "http:\/\/cart.taobao.com\/my_cart.htm*",
        "http:\/\/trade.taobao.com\/trade\/itemlist\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/icon_48.png"
    ]
}