AliExpress Image Search

Find the best suppliers with the lower prices for your products

Apa itu AliExpress Image Search?

AliExpress Image Search adalah ekstensi Chrome yang dikembangkan oleh alisearchbyimage, dan fitur utamanya adalah "Find the best suppliers with the lower prices for your products".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AliExpress Image Search

Unduh file ekstensi AliExpress Image Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Allows you to search for products on Aliexpress by picture                    

Informasi Dasar Ekstensi

Nama AliExpress Image Search AliExpress Image Search
ID mfonnkhmbbhapphdapnnjbpohppplhhh
URL Resmi https://chromewebstore.google.com/detail/aliexpress-image-search/mfonnkhmbbhapphdapnnjbpohppplhhh
Deskripsi Find the best suppliers with the lower prices for your products
Ukuran File 66.09 KB
Jumlah Instalasi 75
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-03-14
Tanggal Publikasi 2022-09-08
Pengembang alisearchbyimage
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.0",
    "description": "__MSG_subtitle__",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "https:\/\/thieve.co\/api\/ali\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "manifest_version": 3
}