eBay Safe Sellers

Protects eBay buyers by flagging potential fraudulent and malicious eBay sellers based a negative feedback ratio.

eBay Safe Sellers là gì?

eBay Safe Sellers là một tiện ích mở rộng Chrome được phát triển bởi david.waterson, và tính năng chính của nó là "Protects eBay buyers by flagging potential fraudulent and malicious eBay sellers based a negative feedback ratio.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng eBay Safe Sellers

Tải xuống các tệp mở rộng eBay Safe Sellers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        README! - Ebay's bot verification may temporarily cause issues retrieving seller data until the recaptcha is verified manually.  Please access any seller's feedback page to bring up the verification page.  Once you satisfy the recaptcha, the eBay Safe Seller extension will be able to continue to access and calculate feedback automatically without intervention.

Are you sick and tired of getting lied to, misled, or just burned on an eBay transaction?
Are you sick of the droves of international and domestic sellers on eBay taking advantage of buyers with deceptive marketing tactics and ploys?

Then seek no further! The eBay Safe Sellers Add-on will ensure that as you browse eBay, only reputable sellers and their products are displayed to you. Let my add-on automatically analyze their feedback and make a determination without you having to remember to verify yourself via the laundry list of negative feedback illustrating how bad that seller really is.

This extension simply retrieves seller feedback data based on eBay item(s) in context and will return summarized feedback results. Users specify a safe threshold (default is 1%) to determine whether a particular seller is flagged. Users can adjust the safe threshold percentage in the settings to accommodate a more or less restrictive seller feedback model.

Search and browse listings are applied in a sequential order from the top of the page. The number of listings the extension is applied to is dependent on the settings value for Search/Browse Results. Please note that the higher the Search/Browse Results value is the longer the extension takes to retrieve and render all the data back to the browser. You may experience some slight browser hangup while the data is being retrieved.

Users can enable the Remove Unsafe Listings option in the settings to have flagged items automatically removed from the browse or search results. This will ensure a buyer does not see listings from potential unsafe sellers. When Remove Unsafe Listings is enabled, options to "Place Bid", "Buy It Now", "Add To Cart", and "Best Offer" are disabled to prevent any unwanted action on the flagged listing.

README! - Ebay's bot verification may temporarily cause issues retrieving seller data until the recaptcha is verified manually.  Please access any seller's feedback page to bring up the verification page.  Once you satisfy the recaptcha, the eBay Safe Seller extension will be able to continue to access and calculate feedback automatically without intervention.

Important: My add-on will never access any information about you, your browsing history, or security settings regardless of what Chrome prompts you about when installing the add-on. The add-on only scrubs seller feedback data. I will be happy to let anyone review the code for their own peace of mind. Thank you for your support.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eBay Safe Sellers eBay Safe Sellers
ID lbfhikkgdnglanhblnomiabgigbhalok
URL Chính Thức https://chromewebstore.google.com/detail/ebay-safe-sellers/lbfhikkgdnglanhblnomiabgigbhalok
Mô tả Protects eBay buyers by flagging potential fraudulent and malicious eBay sellers based a negative feedback ratio.
Kích Thước Tệp 60.16 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.0.14.4
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2020-01-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển david.waterson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBay Safe Sellers",
    "version": "1.0.14.4",
    "author": "David Waterson",
    "short_name": "eBay Safe Sellers",
    "description": "Protects eBay buyers by flagging potential fraudulent and malicious eBay sellers based a negative feedback ratio.",
    "icons": {
        "48": "icons\/ess_logo.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.ebay.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/ess_logo.png",
            "24": "icons\/ess_logo.png",
            "32": "icons\/ess_logo.png"
        },
        "default_title": "eBay Safe Sellers",
        "default_popup": "popup\/settings.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/ess_logo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.3.1.min.js",
                "assets\/js\/ebay.js"
            ]
        }
    ]
}