Cheaper Price: eBay & Aliexpress Image Search

Search product by image from eBay and Aliexpress

¿Qué es Cheaper Price: eBay & Aliexpress Image Search?

Cheaper Price: eBay & Aliexpress Image Search es una extensión de Chrome desarrollada por cheaperprice.co, y su función principal es "Search product by image from eBay and Aliexpress".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cheaper Price: eBay & Aliexpress Image Search

Descarga archivos de extensión Cheaper Price: eBay & Aliexpress Image Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Cheaper Price: eBay & Aliexpress Image Search Cheaper Price: eBay & Aliexpress Image Search
ID blflpcemmncfldkdaakfamphmonhfakb
URL Oficial https://chrome.google.com/webstore/detail/cheaper-price-ebay-aliexp/blflpcemmncfldkdaakfamphmonhfakb
Descripción Search product by image from eBay and Aliexpress
Tamaño del Archivo 855 KB
Cantidad de Instalaciones 187
Versión Actual 1.0.5
Última Actualización 2022-08-24
Fecha de Publicación 2020-09-02
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador cheaperprice.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cheaperprice.co/
URL de la Página de Ayuda https://www.cheaperprice.co/about-us
URL de la Página de Política de Privacidad https://www.cheaperprice.co/privacy
Idiomas Soportados 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"
}