Search by image on Aliexpress

Search goods by image on Aliexpress

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

Το Search by image on Aliexpress είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adolgov805, και η κύρια λειτουργία του είναι "Search goods by image on Aliexpress".

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

screenshot
screenshot

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

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

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

                        Search products on AliExpress by image.  Right click and search!

It happened that you liked a product or a picture, and you wanted to buy it, but you didn’t know how to find it?
Now the problem is solved! Just two right-click mouse - and you can easily find a variety of products with prices for your picture on Aliexpress.com!

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

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

We also want to point out that by installing the extension, you allow developers to receive a cashback from your purchases as a reward for using the extension.

Our extension is in a partnership with Adgoal (https://adgoal.de/) and contains their Adgoal
script meant for link affiliation. We can receive a reward for a purchase that happens after a user
clicks on an affiliate link. You can learn more about the process from Adgoal’s privacy policy at
https://www.adgoal.de/en/privacy.html. The ads associated with this partnership do not interfere
with any third-party website, in-app, or native advertising in any way.                    

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

Όνομα Search by image on Aliexpress Search by image on Aliexpress
ID pmohcppieicjoaolegkjdmclhbhenjhd
Επίσημο URL https://chrome.google.com/webstore/detail/search-by-image-on-aliexp/pmohcppieicjoaolegkjdmclhbhenjhd
Περιγραφή Search goods by image on Aliexpress
Μέγεθος Αρχείου 280 KB
Αριθμός Εγκαταστάσεων 2,217
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2022-08-16
Ημερομηνία Δημοσίευσης 2021-12-13
Αξιολόγηση 1.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής adolgov805
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/content.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8",
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}