Amazon to AliExpress search by Image

AliExpress Search by Image with an image url or image file.

Amazon to AliExpress search by Imageคืออะไร?

Amazon to AliExpress search by Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Technology และคุณลักษณะหลักของมันคือ "AliExpress Search by Image with an image url or image file."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon to AliExpress search by Image

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

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

                        Amazon To Aliexpress Search By image Helps you to find product of Amazon in aliexpress platform.
Aliexpress search by image extension enables you to fnd product thorough image from any online source.You can also find thorough image from any online shop or online platform.
You can also find product thorough image from ebay,banggood,geekbuying,shein and all other online shop.

Even you can search thorough any image from google.

How To Use:
1.Install it.
2.Copy the API key given or Register a new API key from the link.
3.Paste the API key and save it.
4.That's it.
Now you are all set to go.Just go to amazon,ebay or even google search any product and click right button of your mouse.
Click on the "Aliexpress Image Search" option and get the result.

Features:
1.Find any product at Aliexpress in a second.
2.Option how many pieces are sold and seller rating.
It is usable for Ebay search by image on Aliexpress too.
After installing it please give us a review. And help to improve Aliexpress image search extension.
Thank You                    

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

ชื่อ Amazon to AliExpress search by Image Amazon to AliExpress search by Image
ID jklgdpgabobcdcgolphbbhcbhngaijkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-to-aliexpress-sear/jklgdpgabobcdcgolphbbhcbhngaijkc
คำอธิบาย AliExpress Search by Image with an image url or image file.
ขนาดไฟล์ 366 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-06-13
วันที่เผยแพร่ 2022-06-12
ผู้พัฒนา One Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/avengerprivacypolicy/home
ภาษาที่รองรับ en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "menu.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/img-search16.png",
            "32": "\/images\/img-search32.png",
            "48": "\/images\/img-search48.png",
            "128": "\/images\/img-search128.png"
        }
    },
    "icons": {
        "16": "\/images\/img-search16.png",
        "32": "\/images\/img-search32.png",
        "48": "\/images\/img-search48.png",
        "128": "\/images\/img-search128.png"
    },
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/api.zapiex.com\/",
        "*:\/\/*\/*",
        ""
    ]
}