ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Co to jest ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration to rozszerzenie Chrome opracowane przez https://expandcart.com, a jego główną funkcją jest „This extension imports products from aliexpress to your ExpandCart store.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ExpandCart AliExpress Integration
Pobierz pliki rozszerzeń ExpandCart AliExpress Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
Oficjalny URL | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Opis | This extension imports products from aliexpress to your ExpandCart store. |
Rozmiar pliku | 113 KB |
Liczba instalacji | 2,314 |
Aktualna Wersja | 2.5.8 |
Ostatnia Aktualizacja | 2024-02-16 |
Data Publikacji | 2020-06-10 |
Ocena | 2.00/5 Łącznie 11 Oceny |
Deweloper | https://expandcart.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.expandcart.com |
Adres URL Strony Pomocy | https://support.expandcart.com |
Adres URL Strony Polityki Prywatności | https://www.expandcart.com/en/privacy-policy |
Obsługiwane Języki | 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" ] } ] } |