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はchinabuyexpressによって開発されたChromeの拡張機能で、その主な機能は「mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .」です。

拡張機能のスクリーンショット

screenshot

mytaoagent - Shopping Assistant For Taobao拡張機能のCRXファイルをダウンロード

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
}