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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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
}