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
官方網址 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": [
                ""
            ]
        }
    ]
}