Cheaper Price: eBay & Aliexpress Image Search

Search product by image from eBay and Aliexpress

什麼是Cheaper Price: eBay & Aliexpress Image Search?

Cheaper Price: eBay & Aliexpress Image Search是由cheaperprice.co開發的Chrome擴展程式,該擴展的主要功能是“Search product by image from eBay and Aliexpress”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Cheaper Price: eBay & Aliexpress Image Search擴展crx文件

下載Cheaper Price: eBay & Aliexpress Image Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Cheaper Price: eBay & Aliexpress Image Search Cheaper Price: eBay & Aliexpress Image Search
ID blflpcemmncfldkdaakfamphmonhfakb
官方網址 https://chrome.google.com/webstore/detail/cheaper-price-ebay-aliexp/blflpcemmncfldkdaakfamphmonhfakb
簡介 Search product by image from eBay and Aliexpress
檔案大小 855 KB
安裝次數 187
目前版本 1.0.5
更新時間 2022-08-24
上架時間 2020-09-02
評分 5.00/5 共 5 次評分
開發者 cheaperprice.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.cheaperprice.co/
說明頁面URL https://www.cheaperprice.co/about-us
隱私政策頁面URL https://www.cheaperprice.co/privacy
支援的語言 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"
}