OkeySC:Direct Chinese factory wholesale

Purchase 270 million factory products in China without barriers. Don't worry about language translation and currency payment issues

Τι είναι το OkeySC:Direct Chinese factory wholesale;

Το OkeySC:Direct Chinese factory wholesale είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bruce Ma, και η κύρια λειτουργία του είναι "Purchase 270 million factory products in China without barriers. Don't worry about language translation and currency payment issues".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης OkeySC:Direct Chinese factory wholesale

Λήψη αρχείων επέκτασης OkeySC:Direct Chinese factory wholesale σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Who are we?
We translate local factory websites and currency exchanges in China. Using en.okeysc.com, you don't need to learn Chinese, and you can directly wholesale from Chinese factories without any obstacles.
What are the functions?
1. The plug-in translates product titles, sales specifications, and sales quantities of 1688.com (Alibaba) and the factory website into English, and can browse products and search products without any problems without understanding Chinese.
2. The plug-in converts the renminbi into a currency you are familiar with according to the real-time exchange rate.
How to use?
Just successfully install the plug-in, and then directly open en.okeysc.com, the plug-in will work automatically without any additional operations. You can also search for the goods you want to wholesale through the plugin.
Our advantages and services:
In China, more than 90% of Chinese factory owners and employees. They only know Chinese and do not do foreign trade business. Even if you come to China, you cannot communicate and do business with them. And they are the real factories in China, and they have better prices. We docked their website. There are a total of 600,000 factories and 270 million kinds of commodities. Therefore, through our website, you can get their product information (including wholesale price, inventory, transportation costs, etc.), and we also help you place an order and ship it to you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OkeySC:Direct Chinese factory wholesale OkeySC:Direct Chinese factory wholesale
ID mjklchgeemekpnmmphjphebpcaocjnch
Επίσημο URL https://chromewebstore.google.com/detail/okeyscdirect-chinese-fact/mjklchgeemekpnmmphjphebpcaocjnch
Περιγραφή Purchase 270 million factory products in China without barriers. Don't worry about language translation and currency payment issues
Μέγεθος Αρχείου 57.44 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-11-20
Ημερομηνία Δημοσίευσης 2020-11-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Bruce Ma
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://en.okeysc.com/
URL της Σελίδας Πολιτικής Απορρήτου http://en.okeysc.com/index.php?route=information/information&information_id=3
Υποστηριζόμενες Γλώσσες en,en-US,vi,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "default_locale": "en_US",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.okeysc.com\/*",
                "https:\/\/*.okeysc.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "scripts\/content-okeysc.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.1688.com\/*",
                "https:\/\/s.1688.com\/*",
                "https:\/\/login.1688.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "scripts\/content-1688.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "scripts\/background.js"
        ]
    }
}