Cheaper Price: eBay & Aliexpress Image Search

Search product by image from eBay and Aliexpress

Qu'est-ce que Cheaper Price: eBay & Aliexpress Image Search ?

Cheaper Price: eBay & Aliexpress Image Search est une extension Chrome développée par cheaperprice.co, et sa fonction principale est "Search product by image from eBay and Aliexpress".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cheaper Price: eBay & Aliexpress Image Search

Téléchargez les fichiers d'extension Cheaper Price: eBay & Aliexpress Image Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Key Features:
=> Easy and 100% Free
=> Easy to search by image on any website to get products from Aliexpress and eBay
=> Show search result on the same page, no redirect to new tab like other extensions, easy to compare with the original image
=> such as ETSY, Amazon, Walmart, Shopify, Lazada, Google, Wayfair, Flipkart, Jet, or any website's image 
=> Save your time and money
=> Work on your Chrome browser (current version)
=> Sort your result or find more similar items after the first search

**KEEP IN MIND** This extension currently get the product only from ebay.com and aliexpress.com

If you like this extension, we appreciate your valuable time to give us +5 stars for our extension. We will improve more and more to satisfy your needs.

By using this extension, you agree to the CheaperPrice:
Privacy: https://www.cheaperprice.co/privacy
Terms of use:  https://www.cheaperprice.co/terms-of-use

**Disclaimer**
This extension doesn't belong to Aliexpress and/or eBay. CheaperPrice obtains no proprietary rights to eBay’s/ Aliexpress's or any eBay/Aliexpress Corporate Family Member’s trademarks, service marks, trade names, URLs, copyrighted material, patents, and patent applications or other intellectual property. Our affiliate link is associated with our product as this is the only way to support us.

If any question, feel free to contact us: [email protected]                    

Informations de Base sur l'Extension

Nom Cheaper Price: eBay & Aliexpress Image Search Cheaper Price: eBay & Aliexpress Image Search
ID blflpcemmncfldkdaakfamphmonhfakb
URL Officiel https://chrome.google.com/webstore/detail/cheaper-price-ebay-aliexp/blflpcemmncfldkdaakfamphmonhfakb
Description Search product by image from eBay and Aliexpress
Taille du Fichier 855 KB
Nombre d'Installations 187
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-08-24
Date de Publication 2020-09-02
Évaluation 5.00/5 Total 5 Évaluations
Développeur cheaperprice.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cheaperprice.co/
URL de la Page d'Aide https://www.cheaperprice.co/about-us
URL de la Page de Politique de Confidentialité https://www.cheaperprice.co/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheaper Price: eBay & Aliexpress Image Search",
    "description": "Search product by image from eBay and Aliexpress",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js",
            "js\/ga.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.benl.ebay.be\/*",
                "*:\/\/*.befr.ebay.be\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js",
                "js\/epn-smart-tools.js",
                "js\/tk.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Cheaper Price",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "web_accessible_resources": [
        "_generated_background_page.html",
        "content.html",
        "icons\/close64.png",
        "icons\/icon48.png",
        "icons\/search.png",
        "icons\/eBaySearch.png",
        "icons\/AliSearch.png"
    ],
    "version": "1.0.5"
}