EPROLO - Aliexpress product importer

One click import and sync Aliexpress products to your Shopify and Woocommerce store.

Τι είναι το EPROLO - Aliexpress product importer;

Το EPROLO - Aliexpress product importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://eprolo.com, και η κύρια λειτουργία του είναι "One click import and sync Aliexpress products to your Shopify and Woocommerce store.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης EPROLO - Aliexpress product importer

Λήψη αρχείων επέκτασης EPROLO - Aliexpress product importer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Steps:

1. After installing the Chrome Extension, register and log in your EPROLO account.
2. You can click “EPROLO” icon on AliExpress to import AliExpress products to your EPROLO account. Also, you can go to “Dashboard” – “Import Ali Product”, copy and paste AliExpress Product URL, and click ”Import”.
3. Go to “Dashboard” – “Import List”, you can import products to your Shopify or WooCommerce store with one click.
4. When your store receives orders, they will be automatically synchronized to your account. Go to “Dashboard” – ”Ali Orders”, click “Order Products” to place orders on AliExpress. Besides, you can click “Get For Quote”, We will source products for you and quote within 48 hours. Then, you can click “Fullfill at EPROLO” and place orders.
5. After the package is shipped by AliExpress suppliers or EPROLO, the tracking number will be automatically synchronized to your store.

Other explanations:

1.We will do product sourcing, warehousing, supply management, packing and shipping for you. Fulfill orders in bulk instead of one by one.
2.Our Express can deliver the package to your UK and US customer in 5-8 days.AU 7-9 days,CA 7-9 days. Europe Express will take around 8-12 days.
3.Your brand / logo will be printed on the shipping label,scotch tape. Each package will be shipped under your brand.                    

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

Όνομα EPROLO - Aliexpress product importer EPROLO - Aliexpress product importer
ID papnkgoggccbbpadcjndgfjgaaekgekm
Επίσημο URL https://chromewebstore.google.com/detail/eprolo-aliexpress-product/papnkgoggccbbpadcjndgfjgaaekgekm
Περιγραφή One click import and sync Aliexpress products to your Shopify and Woocommerce store.
Μέγεθος Αρχείου 264 KB
Αριθμός Εγκαταστάσεων 9,636
Τρέχουσα Έκδοση 3.1.3
Τελευταία Ενημέρωση 2023-10-06
Ημερομηνία Δημοσίευσης 2020-06-09
Αξιολόγηση 3.24/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://eprolo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://eprolo.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://eprolo.com/help-center/
URL της Σελίδας Πολιτικής Απορρήτου https://eprolo.com/project/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/html.js",
            "js\/background.js",
            "js\/url_manager.js",
            "js\/content.js",
            "main.html"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "EPROLO - Aliexpress product importer"
    },
    "content_scripts": [
        {
            "css": [
                "css\/crawl_dxm.css",
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js",
                "js\/html.js",
                "js\/url_manager.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "One click import and sync Aliexpress products to your Shopify and Woocommerce store.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.eprolo.com\/*"
        ]
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh3hRTUpKStvuPgDqgzhS5FaFQNRnPwGnb5MDmaupWg7G2MEkjR2LGcpFKlCG9px11MjXZJfIVESFedYtj3bzTfRS4Db1e3jFzoEqibAVywRZkGi4bZavJfLeNTGKqdDl61GNCVnhQg47YFqmFHsmVy83Wz6hgr9Czu59052RDtOsavXYFA09S7kKjXj\/m1WciazRjIZHga2\/ZLt\/E\/3oQJNZ6o87p3\/Va+c2kzZhWR5jy9qo8iwrjpAG79uKJ+a\/V+Q0WMF+Izws2WcTe8KUaLS3C15\/kHkKb2sqc9GYXFjyxF4sU2h\/n5WE7L4+dx8InwWYwWvEVt52YHHssRgeAQIDAQAB",
    "manifest_version": 2,
    "name": "EPROLO - Aliexpress product importer",
    "permissions": [
        "https:\/\/*.eprolo.com\/*",
        "webRequest",
        "storage",
        "http:\/\/*.eprolo.com\/",
        "http:\/\/*.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/"
    ],
    "short_name": "Product Importer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.3",
    "web_accessible_resources": [
        "main.html"
    ]
}