ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Vad är ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration är en Chrome-tillägg utvecklad av https://expandcart.com, och dess huvudfunktion är "This extension imports products from aliexpress to your ExpandCart store.".
Tilläggsskärmbilder
Ladda ner ExpandCart AliExpress Integration-förlängningens CRX-fil
Ladda ner ExpandCart AliExpress Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
Officiell webbadress | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Beskrivning | This extension imports products from aliexpress to your ExpandCart store. |
Filstorlek | 113 KB |
Antal Installationer | 2,314 |
Aktuell Version | 2.5.8 |
Senast Uppdaterad | 2024-02-16 |
Publiceringsdatum | 2020-06-10 |
Betyg | 2.00/5 Totalt 11 Betyg |
Utvecklare | https://expandcart.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.expandcart.com |
Hjälpsida URL | https://support.expandcart.com |
URL till Sekretesspolicy Sidan | https://www.expandcart.com/en/privacy-policy |
Stödda Språk | 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" ] } ] } |