Sales Sort for eBay™ Advanced Search

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

What is Sales Sort for eBay™ Advanced Search?

Sales Sort for eBay™ Advanced Search is a Chrome extension developed by Wuhenlove, and its main feature is "An eBay™ Chrome extension that sorts search results by number of items sold.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sales Sort for eBay™ Advanced Search Extension CRX File

Download Sales Sort for eBay™ Advanced Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sales Sort for eBay™ Advanced Search Sales Sort for eBay™ Advanced Search
ID cigjjnkjdjhhncooaedjbkiojgelfocc
Official URL https://chromewebstore.google.com/detail/sales-sort-for-ebay-advan/cigjjnkjdjhhncooaedjbkiojgelfocc
Description An eBay™ Chrome extension that sorts search results by number of items sold.
File Size 680 KB
Installation Count 4,000
Current Version 1.0.5
Last Updated 2023-03-28
Publish Date 2022-08-08
Rating 5.00/5 Total 5 Ratings
Developer Wuhenlove
Email [email protected]
Payment Type free
Privacy Policy Page URL https://findniche.com/privacy
Supported Languages 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": [
                ""
            ]
        }
    ]
}