Aliexpress Dropshipping Assistant BigCommerce

Dropship Products from aliexpress.com to BigCommerce in 1-Click.

Aliexpress Dropshipping Assistant BigCommerceคืออะไร?

Aliexpress Dropshipping Assistant BigCommerce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CEDCommerce และคุณลักษณะหลักของมันคือ "Dropship Products from aliexpress.com to BigCommerce in 1-Click."

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

screenshot
screenshot

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

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

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

                        The Assistant helps to import products in just one click from Aliexpress.com.

What our extension does?

 - Assistant will automate the entire Drop Shipping process.
 - Assistant will help you to filter products on Aliexpress and import them in one click.
 - Assistant will help you to export the product's URL in a CSV format.

Have a query like Why you should install it?
 - This Assistant is a must-have extension for all those who are willing to start with Dropshipping. This will simply automate the process of getting products to your BigCommerce store with the help of App Aliexpress DropShipping by CedCommerce.

Features compatible with Chrome Extension.
 - Search Products on aliexpress.com with keywords (like shoes, 
   dress,etc.) and import with a click.
 - CSV export - Get product URL of all products on Aliexpress category section 
   product page

Besides this, If you have any type of concerns then please send them on mail at mail [email protected]

Happy DropShipping :)                    

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

ชื่อ Aliexpress Dropshipping Assistant BigCommerce Aliexpress Dropshipping Assistant BigCommerce
ID acclemebdcapmaoaghaodkjglodekdbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliexpress-dropshipping-a/acclemebdcapmaoaghaodkjglodekdbk
คำอธิบาย Dropship Products from aliexpress.com to BigCommerce in 1-Click.
ขนาดไฟล์ 488 KB
จำนวนการติดตั้ง 742
เวอร์ชันปัจจุบัน 1.5.16
อัปเดตครั้งล่าสุด 2022-08-31
วันที่เผยแพร่ 2020-05-14
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา CEDCommerce
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bigcommerce.cedcommerce.com
URL หน้าช่วยเหลือ https://support.cedcommerce.com/open.php
URL หน้านโยบายความเป็นส่วนตัว https://cedcommerce.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aliexpress Dropshipping Assistant BigCommerce",
    "description": "Dropship Products from aliexpress.com to BigCommerce in 1-Click.",
    "version": "1.5.16",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Aliexpress Dropshipping Assistant | CEDCommerce",
        "default_popup": "html\/shipping.html"
    },
    "permissions": [
        "notifications",
        "downloads",
        "storage",
        "tabs",
        "https:\/\/aliexpress.com\/*",
        "https:\/\/www.aliexpress.com\/*",
        "https:\/\/bigcommerce.cedcommerce.com\/*"
    ],
    "short_name": "DropShip Aliexpress Products to your BigCommerce store in 1-Click.",
    "author": "CEDCommerce",
    "background": {
        "page": "html\/bana.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.aliexpress.com\/*",
                "*:\/\/www.aliexpress.com\/wholesale?*",
                "*:\/\/www.aliexpress.com\/af\/category\/*",
                "*:\/\/www.aliexpress.com\/af\/*",
                "*:\/\/www.aliexpress.com\/category\/*",
                "*:\/\/www.aliexpress.com\/premium\/*",
                "*:\/\/www.aliexpress.com\/w\/*",
                "*:\/\/www.aliexpress.com\/wholesale*"
            ],
            "js": [
                "content-script\/jquery-3.2.1.min.js",
                "content-script\/product\/import.js"
            ],
            "exclude_matches": [
                "*:\/\/www.aliexpress.com\/"
            ],
            "css": [
                "css\/import.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/csv.png",
        "images\/cancel.png",
        "images\/loader.gif"
    ]
}