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 .".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة mytaoagent - Shopping Assistant For Taobao

قم بتنزيل ملفات الامتداد mytaoagent - Shopping Assistant For Taobao بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم mytaoagent - Shopping Assistant For Taobao mytaoagent - Shopping Assistant 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
عنوان صفحة المساعدة 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
}