Odoo Aliexpress Importer

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

Cos'è Odoo Aliexpress Importer?

Odoo Aliexpress Importer è un'estensione di Chrome sviluppata da Webkul Software, e la sua funzione principale è "This extension is used to import product from aliexpress to odoo store.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Odoo Aliexpress Importer

Scarica i file di estensione Odoo Aliexpress Importer 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

                        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                    

Informazioni di Base sull'Estensione

Nome Odoo Aliexpress Importer Odoo Aliexpress Importer
ID ckeaieachgddaicacgljehgmneaabjbe
URL Ufficiale https://chromewebstore.google.com/detail/odoo-aliexpress-importer/ckeaieachgddaicacgljehgmneaabjbe
Descrizione This extension is used to import product from aliexpress to odoo store.
Dimensione del File 103 KB
Conteggio Installazioni 105
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-01-19
Data di Pubblicazione 2020-01-15
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Webkul Software
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://webkul.com/privacy-policy
Lingue Supportate 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"
    ]
}