Search by Image & Price Tracker for eBay

Search by image and track price history on eBay

Co to jest Search by Image & Price Tracker for eBay?

Search by Image & Price Tracker for eBay to rozszerzenie Chrome opracowane przez aliprice3, a jego główną funkcją jest „Search by image and track price history on eBay”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search by Image & Price Tracker for eBay

Pobierz pliki rozszerzeń Search by Image & Price Tracker for eBay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Main features:
1. Search by image: find similar products from eBay, 1688.
2. Price history: You can check eBay products' price history within 3/6 months.
3. Price drop alert: Add eBay products to your favorites and you will receive notification when its price drops.
4. Show similar products from Amazon, Walmart and Wish on the top of the page.
5. Copy link: copy the product link and share it with your friends
6. Download images and video from Aliexpress, Alibaba, Taobao, and 1688.com, export image links for your copy, translate and edit text from images into your language or other languages.
7. Buy for you and Dropshipping from Taobao, 1688 and Pinduoduo
8. Comparing the similar products and export them as a Excel file.
9. Download review images from AliExpress and Amazon, and export reviews as a Excel file.
10. Export shopping cart list of 1688 and Taobao.

If you have any questions or suggestions, please feel free to contact us.
https://www.aliprice.com/information/index?page=contact

eBay is a trademark of eBay, Inc. This extension was not created or endorsed by eBay.
We only collect anonymous information. 
We use technologies like cookies (small files stored by your browser), web beacons, or unique device identifiers to anonymously identify your computer or device so we can deliver a better experience. Our systems also log information like your browser, operating system and IP address. For more details please read our Privacy Policy - https://www.aliprice.com/information/index?page=privacy

Edge/Firefox/Opera: https://www.aliprice.com?extension=ebay
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
IOS: https://apps.apple.com/us/app/aliprice-aliexpress-assitant/id1282323896

By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate links, including eBay and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

Podstawowe informacje o rozszerzeniu

Nazwa Search by Image & Price Tracker for eBay Search by Image & Price Tracker for eBay
ID iifbdohpebbkdjakbkiebapfifndlgah
Oficjalny URL https://chromewebstore.google.com/detail/search-by-image-price-tra/iifbdohpebbkdjakbkiebapfifndlgah
Opis Search by image and track price history on eBay
Rozmiar pliku 4.49 MB
Liczba instalacji 4,251
Aktualna Wersja 3.0.5
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2020-10-13
Ocena 4.96/5 Łącznie 204 Oceny
Deweloper aliprice3
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.aliprice.com/
Adres URL Strony Pomocy https://www.aliprice.com/information/index?page=contact
Adres URL Strony Polityki Prywatności https://www.aliprice.com/information/index/page/privacy
Obsługiwane Języki de,en,en-GB,en-US,fr,es,zh-CN,ja
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.5",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10141&channel=chrome&platform=ebay&version=3.0.5&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script-2.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}