ExpandCart AliExpress Integration
This extension imports products from aliexpress to your ExpandCart store.
Apa itu ExpandCart AliExpress Integration?
ExpandCart AliExpress Integration adalah ekstensi Chrome yang dikembangkan oleh https://expandcart.com, dan fitur utamanya adalah "This extension imports products from aliexpress to your ExpandCart store.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ExpandCart AliExpress Integration
Unduh file ekstensi ExpandCart AliExpress Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ExpandCart AliExpress Integration |
ID | djkgogfdadkjljaplcgigkcoofhikcke |
URL Resmi | https://chromewebstore.google.com/detail/expandcart-aliexpress-int/djkgogfdadkjljaplcgigkcoofhikcke |
Deskripsi | This extension imports products from aliexpress to your ExpandCart store. |
Ukuran File | 113 KB |
Jumlah Instalasi | 2,314 |
Versi Saat Ini | 2.5.8 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2020-06-10 |
Penilaian | 2.00/5 Total 11 Penilaian |
Pengembang | https://expandcart.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.expandcart.com |
URL Halaman Bantuan | https://support.expandcart.com |
URL Halaman Kebijakan Privasi | https://www.expandcart.com/en/privacy-policy |
Bahasa yang Didukung | 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" ] } ] } |