Cheaper Price: eBay & Aliexpress Image Search

Search product by image from eBay and Aliexpress

Vad är Cheaper Price: eBay & Aliexpress Image Search?

Cheaper Price: eBay & Aliexpress Image Search är en Chrome-tillägg utvecklad av cheaperprice.co, och dess huvudfunktion är "Search product by image from eBay and Aliexpress".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Cheaper Price: eBay & Aliexpress Image Search-förlängningens CRX-fil

Ladda ner Cheaper Price: eBay & Aliexpress Image Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Cheaper Price: eBay & Aliexpress Image Search Cheaper Price: eBay & Aliexpress Image Search
ID blflpcemmncfldkdaakfamphmonhfakb
Officiell webbadress https://chrome.google.com/webstore/detail/cheaper-price-ebay-aliexp/blflpcemmncfldkdaakfamphmonhfakb
Beskrivning Search product by image from eBay and Aliexpress
Filstorlek 855 KB
Antal Installationer 187
Aktuell Version 1.0.5
Senast Uppdaterad 2022-08-24
Publiceringsdatum 2020-09-02
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare cheaperprice.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.cheaperprice.co/
Hjälpsida URL https://www.cheaperprice.co/about-us
URL till Sekretesspolicy Sidan https://www.cheaperprice.co/privacy
Stödda Språk 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"
}