Sales Sort for eBay™ Advanced Search

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

什么是Sales Sort for eBay™ Advanced Search?

Sales Sort for eBay™ Advanced Search是由Wuhenlove开发的Chrome扩展程序,该扩展的主要功能是“An eBay™ Chrome extension that sorts search results by number of items sold.”。

扩展截图

screenshot
screenshot
screenshot

下载Sales Sort for eBay™ Advanced Search扩展crx文件

下载Sales Sort for eBay™ Advanced Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sales Sort for eBay™ Advanced Search Sales Sort for eBay™ Advanced Search
ID cigjjnkjdjhhncooaedjbkiojgelfocc
官方URL https://chromewebstore.google.com/detail/sales-sort-for-ebay-advan/cigjjnkjdjhhncooaedjbkiojgelfocc
简介 An eBay™ Chrome extension that sorts search results by number of items sold.
文件大小 680 KB
安装次数 4,000
当前版本 1.0.5
更新时间 2023-03-28
上架时间 2022-08-08
评分 5.00/5 共5次评分
开发者 Wuhenlove
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://findniche.com/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}