Sales Sort for eBay™ Advanced Search

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

Apa itu Sales Sort for eBay™ Advanced Search?

Sales Sort for eBay™ Advanced Search adalah ekstensi Chrome yang dikembangkan oleh Wuhenlove, dan fitur utamanya adalah "An eBay™ Chrome extension that sorts search results by number of items sold.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sales Sort for eBay™ Advanced Search

Unduh file ekstensi Sales Sort for eBay™ Advanced Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sales Sort for eBay™ Advanced Search Sales Sort for eBay™ Advanced Search
ID cigjjnkjdjhhncooaedjbkiojgelfocc
URL Resmi https://chromewebstore.google.com/detail/sales-sort-for-ebay-advan/cigjjnkjdjhhncooaedjbkiojgelfocc
Deskripsi An eBay™ Chrome extension that sorts search results by number of items sold.
Ukuran File 680 KB
Jumlah Instalasi 4,000
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-03-28
Tanggal Publikasi 2022-08-08
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Wuhenlove
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://findniche.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}