Odoo Aliexpress Importer

This extension is used to import product from aliexpress to odoo store.

Vad är Odoo Aliexpress Importer?

Odoo Aliexpress Importer är en Chrome-tillägg utvecklad av Webkul Software, och dess huvudfunktion är "This extension is used to import product from aliexpress to odoo store.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Odoo Aliexpress Importer-förlängningens CRX-fil

Ladda ner Odoo Aliexpress Importer-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

                        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äggande Information om Tillägg

Namn Odoo Aliexpress Importer Odoo Aliexpress Importer
ID ckeaieachgddaicacgljehgmneaabjbe
Officiell webbadress https://chromewebstore.google.com/detail/odoo-aliexpress-importer/ckeaieachgddaicacgljehgmneaabjbe
Beskrivning This extension is used to import product from aliexpress to odoo store.
Filstorlek 103 KB
Antal Installationer 105
Aktuell Version 1.1.0
Senast Uppdaterad 2024-01-19
Publiceringsdatum 2020-01-15
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Webkul Software
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://webkul.com/privacy-policy
Stödda Språk 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"
    ]
}