AliExpress Search By Image

Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!

Apa itu AliExpress Search By Image?

AliExpress Search By Image adalah ekstensi Chrome yang dikembangkan oleh https://aliseeks.com, dan fitur utamanya adalah "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AliExpress Search By Image

Unduh file ekstensi AliExpress Search By Image 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

                        Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress.

Very easy to use, just right click on an Image and click "Search AliExpress By Image" .

* Install the chrome extension
* Find any image and right click "Search AliExpress By Image"
* Browse through results on Aliseeks.
* Click on products and view them on AliExpress.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

Informasi Dasar Ekstensi

Nama AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
URL Resmi https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
Deskripsi Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
Ukuran File 46.05 KB
Jumlah Instalasi 177,197
Versi Saat Ini 1.0.0.4
Terakhir Diperbarui 2019-08-19
Tanggal Publikasi 2019-08-18
Penilaian 3.80/5 Total 54 Penilaian
Pengembang https://aliseeks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.aliseeks.com
URL Halaman Bantuan https://www.aliseeks.com
Bahasa yang Didukung en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.0.4",
    "author": "Alex Bello",
    "background": {
        "scripts": [
            "src\/environment.js",
            "src\/backgroundContextMenus.js",
            "src\/utilityFunctions.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Aliexpress Search By Image | Does not search Google"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    }
}