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
公式URL 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
Eメール [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"
}