WooCommerce Dropshipping

Works with the WooCommerce Dropshipping plugin to allow merchants to select products from AliExpress

WooCommerce Dropshippingคืออะไร?

WooCommerce Dropshipping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OPMC และคุณลักษณะหลักของมันคือ "Works with the WooCommerce Dropshipping plugin to allow merchants to select products from AliExpress"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WooCommerce Dropshipping

ดาวน์โหลดไฟล์ส่วนขยาย WooCommerce Dropshipping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The WooCommerce AliExpress Chrome extension by OPMC works in conjunction with the WooCommerce Dropshipping plugin from WooCommerce.com, to allow you to add Dropshipping functionality for products fulfilled by AliExpress to your WooCommerce store.

Find the official plugin here (required): https://woocommerce.com/products/woocommerce-dropshipping/

For our latest updates visit: 
https://www.youtube.com/watch?v=_8uhPAttBWI                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WooCommerce Dropshipping WooCommerce Dropshipping
ID hfhghglengghapddjhheegmmpahpnkpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/woocommerce-dropshipping/hfhghglengghapddjhheegmmpahpnkpo
คำอธิบาย Works with the WooCommerce Dropshipping plugin to allow merchants to select products from AliExpress
ขนาดไฟล์ 490 KB
จำนวนการติดตั้ง 3,343
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2020-06-05
คะแนน 3.13/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา OPMC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://woocommerce.com/products/woocommerce-dropshipping/
URL หน้านโยบายความเป็นส่วนตัว https://opmc.com.au/about/opmc-terms-of-trade
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WooCommerce Dropshipping",
    "version": "2.6",
    "description": "Works with the WooCommerce Dropshipping plugin to allow merchants to select products from AliExpress",
    "action": {
        "default_icon": "images\/opmc_logo.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "images\/opmc_logo.png",
        "16": "images\/opmc_logo.png",
        "48": "images\/opmc_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/category\/*",
                "*:\/\/*.aliexpress.com\/w\/*",
                "*:\/\/*.aliexpress.com\/af\/category\/*",
                "*:\/\/*.aliexpress.com\/af\/w\/*",
                "*:\/\/*.aliexpress.com\/wow\/*",
                "*:\/\/*.aliexpress.com\/wholesale*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/category\/*",
                "*:\/\/*.aliexpress.ru\/w\/*",
                "*:\/\/*.aliexpress.ru\/af\/category\/*",
                "*:\/\/*.aliexpress.ru\/af\/w\/*",
                "*:\/\/*.aliexpress.ru\/wow\/*",
                "*:\/\/*.aliexpress.ru\/wholesale*",
                "*:\/\/*.aliexpress.us\/item\/*",
                "*:\/\/*.aliexpress.us\/category\/*",
                "*:\/\/*.aliexpress.us\/w\/*",
                "*:\/\/*.aliexpress.us\/af\/category\/*",
                "*:\/\/*.aliexpress.us\/af\/w\/*",
                "*:\/\/*.aliexpress.us\/wow\/*",
                "*:\/\/*.aliexpress.us\/wholesale*"
            ],
            "js": [
                "js_libraries\/jquery-3.4.1.min.js",
                "js_libraries\/jquery-ui.min.js",
                "js_libraries\/chart.js",
                "js_libraries\/jquery.dataTables.min.js",
                "js_content\/functions.js",
                "js_content\/moment.js",
                "js_content\/scrape.js",
                "js_content\/auth.js",
                "js_content\/product\/product.js",
                "js_content\/events.js",
                "js_content\/filerobot-image-editor.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/wp-admin*"
            ],
            "js": [
                "js_libraries\/jquery-3.4.1.min.js",
                "js_checkout\/checkout.js"
            ]
        },
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/orders.htm*"
            ],
            "js": [
                "js_libraries\/jquery-3.4.1.min.js",
                "js_libraries\/countrycode.js",
                "js_libraries\/statecode.js",
                "js_shoppingcart\/shoppingcart.js"
            ]
        },
        {
            "matches": [
                "*:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*"
            ],
            "js": [
                "js_libraries\/jquery-3.4.1.min.js",
                "js_libraries\/countrycode.js",
                "js_libraries\/statecode.js",
                "js_shoppingcart\/shoppingcart.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js_content\/events.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_page": "default-src script-src 'self' 'nonce-rAnd0m' 'unsafe-inline' "
    },
    "background": {
        "service_worker": "js_bg\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.aliexpress.com\/",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/auth_form.html",
                "\/html\/popup_in.html",
                "\/html\/view-queue.html",
                "\/html\/import-product-compare.html",
                "\/html\/import-product.html",
                "\/html\/product-success.html",
                "\/html\/product-failed.html",
                "\/html\/similar-products.html",
                "\/html\/orders-history.html",
                "\/html\/statistics.html",
                "\/html\/feedbacks.html",
                "\/html\/product-unavailable.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}