Odoo Aliexpress Importer

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

什麼是Odoo Aliexpress Importer?

Odoo Aliexpress Importer是由Webkul Software開發的Chrome擴展程式,該擴展的主要功能是“This extension is used to import product from aliexpress to odoo store.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Odoo Aliexpress Importer擴展crx文件

下載Odoo Aliexpress Importer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Odoo Aliexpress Importer Odoo Aliexpress Importer
ID ckeaieachgddaicacgljehgmneaabjbe
官方網址 https://chromewebstore.google.com/detail/odoo-aliexpress-importer/ckeaieachgddaicacgljehgmneaabjbe
簡介 This extension is used to import product from aliexpress to odoo store.
檔案大小 103 KB
安裝次數 105
目前版本 1.1.0
更新時間 2024-01-19
上架時間 2020-01-15
評分 4.50/5 共 2 次評分
開發者 Webkul Software
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://webkul.com/privacy-policy
支援的語言 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"
    ]
}