ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Cos'è ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration è un'estensione di Chrome sviluppata da https://expandcart.com, e la sua funzione principale è "This extension imports products from aliexpress to your ExpandCart store.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ExpandCart AliExpress Integration
Scarica i file di estensione ExpandCart AliExpress Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
URL Ufficiale | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Descrizione | This extension imports products from aliexpress to your ExpandCart store. |
Dimensione del File | 113 KB |
Conteggio Installazioni | 2,314 |
Versione Corrente | 2.5.8 |
Ultimo Aggiornamento | 2024-02-16 |
Data di Pubblicazione | 2020-06-10 |
Valutazione | 2.00/5 Totale 11 Valutazioni |
Sviluppatore | https://expandcart.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.expandcart.com |
URL della Pagina di Aiuto | https://support.expandcart.com |
URL della Pagina della Politica sulla Privacy | https://www.expandcart.com/en/privacy-policy |
Lingue Supportate | 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" ] } ] } |