Aliexpress search by image

Aliexpress search by image can search for similar Aliexpress products by image on any page.

Τι είναι το Aliexpress search by image;

Το Aliexpress search by image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KodeLab, και η κύρια λειτουργία του είναι "Aliexpress search by image can search for similar Aliexpress products by image on any page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Aliexpress search by image

Λήψη αρχείων επέκτασης Aliexpress search by image σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Aliexpress search by image is a search similar  products Chrome extension. With this plugin, you can search for similar products by image on any page.

Aren't you bored of the unable to find similar products on AliExpress for comparison? All you have to do is install the  search by image quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to image search.*

The advanced image matching technology handles search products unlike any other extension. If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

On any website page (including e-commerce websites such as Amazon, AliExpress, Ebay, Etsy, etc.), use the mouse to click on the image, open the options menu, and select "Aliexpress search by image" to open a new page Display similar products.

On the product detail page. You click the Chrome extension icon button and the tool pops up a window showing similar products.

FAQ
-Q:On which sites are plugins available?
-A:any site

-Q:What kind of pictures can search products?
-A:There is a picture of the source address

-Q:How to use the plugin to search Ali?
-A:Right-click "Aliexpress search by image" on the picture to jump to a new page to display  product information                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Aliexpress search by image Aliexpress search by image
ID ojpnmbhiomnnofaeblkgfgednipoflhd
Επίσημο URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/ojpnmbhiomnnofaeblkgfgednipoflhd
Περιγραφή Aliexpress search by image can search for similar Aliexpress products by image on any page.
Μέγεθος Αρχείου 354 KB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2023-12-24
Ημερομηνία Δημοσίευσης 2022-08-14
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής KodeLab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://findniche.com/privacy
Υποστηριζόμενες Γλώσσες en,lv,lt,sl,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.4",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}