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
}