ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Hvad er ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration er en Chrome-udvidelse udviklet af https://expandcart.com, og dens hovedfunktion er "This extension imports products from aliexpress to your ExpandCart store.".
Udvidelsesskærmbilleder
Download ExpandCart AliExpress Integration-udvidelses-CRX-fil
Download ExpandCart AliExpress Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
Officiel URL | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Beskrivelse | This extension imports products from aliexpress to your ExpandCart store. |
Filstørrelse | 113 KB |
Antal Installationer | 2,314 |
Nuværende Version | 2.5.8 |
Senest Opdateret | 2024-02-16 |
Udgivelsesdato | 2020-06-10 |
Bedømmelse | 2.00/5 Samlet 11 Bedømmelser |
Udvikler | https://expandcart.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.expandcart.com |
Hjælpeside-URL | https://support.expandcart.com |
URL til Fortrolighedspolitik Side | https://www.expandcart.com/en/privacy-policy |
Understøttede Sprog | 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" ] } ] } |