ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Was ist ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration ist eine Chrome-Erweiterung, die von https://expandcart.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension imports products from aliexpress to your ExpandCart store.".
Erweiterungsscreenshots
ExpandCart AliExpress Integration-Erweiterungs-CRX-Datei herunterladen
Laden Sie ExpandCart AliExpress Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
Offizielle URL | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Beschreibung | This extension imports products from aliexpress to your ExpandCart store. |
Dateigröße | 113 KB |
Installationsanzahl | 2,314 |
Aktuelle Version | 2.5.8 |
Letztes Update | 2024-02-16 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 2.00/5 Insgesamt 11 Bewertungen |
Entwickler | https://expandcart.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.expandcart.com |
Hilfeseite URL | https://support.expandcart.com |
URL der Datenschutzrichtlinien-Seite | https://www.expandcart.com/en/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |