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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webkul Software และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opencart AliExpress Importer

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}