mytaoagent - Shopping Assistant For Taobao
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .
Apa itu mytaoagent - Shopping Assistant For Taobao?
mytaoagent - Shopping Assistant For Taobao adalah ekstensi Chrome yang dikembangkan oleh chinabuyexpress, dan fitur utamanya adalah "mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite .".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mytaoagent - Shopping Assistant For Taobao
Unduh file ekstensi mytaoagent - Shopping Assistant For Taobao dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite Help Shopping for taobao
Informasi Dasar Ekstensi
Nama | mytaoagent - Shopping Assistant For Taobao |
ID | lkmidpkafbcnchdpbnajapbljhbjmkhf |
URL Resmi | https://chromewebstore.google.com/detail/mytaoagent-shopping-assis/lkmidpkafbcnchdpbnajapbljhbjmkhf |
Deskripsi | mytaoagent Can automatically convert the curreny taobao item price RMB to USD and add Favrite . |
Ukuran File | 51.94 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2014-07-31 |
Tanggal Publikasi | 2014-07-30 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | chinabuyexpress |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.mytaoagent.com |
URL Halaman Bantuan | http://www.mytaoagent.com |
Bahasa yang Didukung | 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 } |