Odoo Aliexpress Importer
This extension is used to import product from aliexpress to odoo store.
Hvad er Odoo Aliexpress Importer?
Odoo Aliexpress Importer er en Chrome-udvidelse udviklet af Webkul Software, og dens hovedfunktion er "This extension is used to import product from aliexpress to odoo store.".
Udvidelsesskærmbilleder
Download Odoo Aliexpress Importer-udvidelses-CRX-fil
Download Odoo Aliexpress Importer-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
It is used to import product from aliexpress to odoo store and it can be used with webkul odoo aliexpress dropshipping module. Odoo Aliexpress Importer will import products from Aliexpress.com to your odoo store and you can start selling products of Aliexpress within your own store very easily. Webkul Odoo Aliexpress Dropshipping Module Link: - https://store.webkul.com/odoo-aliexpress-dropshipping.html
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ckeaieachgddaicacgljehgmneaabjbe |
Officiel URL | https://chromewebstore.google.com/detail/odoo-aliexpress-importer/ckeaieachgddaicacgljehgmneaabjbe |
Beskrivelse | This extension is used to import product from aliexpress to odoo store. |
Filstørrelse | 103 KB |
Antal Installationer | 105 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2024-01-19 |
Udgivelsesdato | 2020-01-15 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | Webkul Software |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://webkul.com/privacy-policy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Odoo Aliexpress Importer", "version": "1.1.0", "description": "This extension is used to import product from aliexpress to odoo store.", "icons": { "128": "resources\/image\/icon128.png", "48": "resources\/image\/icon48.png", "16": "resources\/image\/icon16.png" }, "browser_action": { "default_icon": "resources\/image\/icon-disabled.png", "default_popup": "resources\/html\/disabledPopUp.html" }, "background": { "scripts": [ "resources\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.us\/*" ], "js": [ "resources\/js\/jquery-3.3.1.min.js", "resources\/js\/content.js" ], "css": [ "resources\/css\/content.css" ] } ], "permissions": [ "tabs", "notifications", "activeTab", "storage" ], "web_accessible_resources": [ "resources\/js\/*.js", "resources\/image\/*.png", "resources\/image\/*.gif" ] } |