Opencart AliExpress Importer

It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.

什麼是Opencart AliExpress Importer?

Opencart AliExpress Importer是由Webkul Software開發的Chrome擴展程式,該擴展的主要功能是“It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Opencart AliExpress Importer擴展crx文件

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

擴展使用說明

                        OpenCart Aliexpress Importer will import products from Aliexpress.com to your OpenCart store and you can start selling products of Aliexpress within your own store very easily.

http://opencart.webkul.com/Opencart-Dropship-Management-Module                    

擴展基本資訊

名稱 Opencart AliExpress Importer Opencart AliExpress Importer
ID oacipfkfeiojbgojbnnkdfelggfjigla
官方網址 https://chrome.google.com/webstore/detail/opencart-aliexpress-impor/oacipfkfeiojbgojbnnkdfelggfjigla
簡介 It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.
檔案大小 108 KB
安裝次數 448
目前版本 2.4.3
更新時間 2024-01-08
上架時間 2021-01-23
評分 1.82/5 共 17 次評分
開發者 Webkul Software
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://webkul.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opencart AliExpress Importer",
    "version": "2.4.3",
    "manifest_version": 3,
    "description": "It is used to import product from aliexpress to opencart store and it can be used with webkul opencart dropship management module.",
    "background": {
        "service_worker": "resources\/scripts\/background.js"
    },
    "icons": {
        "128": "resources\/image\/icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/"
    ],
    "action": {
        "default_icon": "resources\/image\/icon-disabled.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/wk_inserted.js",
                "resources\/image\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/content.js"
            ],
            "css": [
                "resources\/css\/dropship.css"
            ]
        }
    ]
}