ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Τι είναι το ExpandCart AliExpress Integration;
Το ExpandCart AliExpress Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://expandcart.com, και η κύρια λειτουργία του είναι "This extension imports products from aliexpress to your ExpandCart store.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ExpandCart AliExpress Integration
Λήψη αρχείων επέκτασης ExpandCart AliExpress Integration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension helps you import products directly from AliExpress to you ExpandCart store. You can import single products or import products in bulk. You can edit product details before importing, to make it easy for you to manage your product. When you full-fill an order from ExpandCart the extension will help you fill the order details and take you directly to the product order page in AliExpress. Start your store today at ExpandCart and install the AliExpress Integration App https://www.expandcart.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
Επίσημο URL | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Περιγραφή | This extension imports products from aliexpress to your ExpandCart store. |
Μέγεθος Αρχείου | 113 KB |
Αριθμός Εγκαταστάσεων | 2,314 |
Τρέχουσα Έκδοση | 2.5.8 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2020-06-10 |
Αξιολόγηση | 2.00/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | https://expandcart.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.expandcart.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.expandcart.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.expandcart.com/en/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpandCart AliExpress Integration", "version": "2.5.8", "manifest_version": 2, "description": "This extension imports products from aliexpress to your ExpandCart store.", "background": { "scripts": [ "resources\/scripts\/background.js" ] }, "icons": { "128": "resources\/image\/icon.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "resources\/image\/icon-disabled.png" }, "web_accessible_resources": [ "*.png", "resources\/scripts\/jquery.min.js", "resources\/scripts\/ec_inserted.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.com\/*" ], "js": [ "resources\/scripts\/jquery.min.js", "resources\/scripts\/content.js" ], "css": [ "resources\/css\/dropship.css" ] } ] } |