Sales Sort for eBay™ Advanced Search

An eBay™ Chrome extension that sorts search results by number of items sold.

Co to jest Sales Sort for eBay™ Advanced Search?

Sales Sort for eBay™ Advanced Search to rozszerzenie Chrome opracowane przez Wuhenlove, a jego główną funkcją jest „An eBay™ Chrome extension that sorts search results by number of items sold.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sales Sort for eBay™ Advanced Search

Pobierz pliki rozszerzeń Sales Sort for eBay™ Advanced Search 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

                        Sales Sort for eBay™ Advanced Search is an eBay™ Chrome extension that sorts search results by sales.

Are you bored with eBay's inability to sort by sales, so that you can't find hot items in a quicker way? All you have to do is install the Sales Sort for eBay™ Advanced Search quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to sort by sales..*

If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

HOW to USE?
This extension will automatically embed a sort filter into the original filter area on the eBay™ site. You can use it to sort results by sales in one click.

FAQ
-Q: Does the plugin work on all eBay sites?
-A: Yes, this plugin is adapted to each country site of eBay.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sales Sort for eBay™ Advanced Search Sales Sort for eBay™ Advanced Search
ID cigjjnkjdjhhncooaedjbkiojgelfocc
Oficjalny URL https://chromewebstore.google.com/detail/sales-sort-for-ebay-advan/cigjjnkjdjhhncooaedjbkiojgelfocc
Opis An eBay™ Chrome extension that sorts search results by number of items sold.
Rozmiar pliku 680 KB
Liczba instalacji 4,000
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-03-28
Data Publikacji 2022-08-08
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Wuhenlove
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://findniche.com/privacy
Obsługiwane Języki en,lv,lt,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.5",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/findniche.com",
    "permissions": [
        "storage",
        "tabs"
    ],
    "default_locale": "en",
    "icons": {
        "128": "assets\/img\/icon16.png",
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/img\/icon16.png",
        "default_popup": "assets\/views\/browser-action.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}