AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

AliExpress Similar Products Finderคืออะไร?

AliExpress Similar Products Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://aliimagesearch.com และคุณลักษณะหลักของมันคือ "Find similar products from different sellers on ALiExpress"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Similar Products Finder

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

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

                        ALiExpress is the largest online marketplace in China. There are millions of items listed on Aliexpress, and the items come from a wide variety of suppliers scattered around China. As a result, it can be difficult to find other similar products to an item you're interested in purchasing on Aliexpress. With our chrome extension, you can easily find similar products from other suppliers by simply click on the extension icon while visiting the product page.

AliExpress is a booming e-commerce platform, with millions of products and thousands of sellers. It's very hard to find similar items from other suppliers using AliExpress product page, if you want to find a better supplier. That's why we developed this chrome extension, it helps users to find similar items from other suppliers online easily.                    

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

ชื่อ AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
คำอธิบาย Find similar products from different sellers on ALiExpress
ขนาดไฟล์ 28.31 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2022-02-03
วันที่เผยแพร่ 2022-02-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://aliimagesearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aliimagesearch.com/
URL หน้าช่วยเหลือ https://aliimagesearch.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://aliimagesearch.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Similar Products Finder",
    "description": "Find similar products from different sellers on ALiExpress",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/aaa16-01.png",
        "48": "images\/aaa48-01.png",
        "128": "images\/aaa128-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}