E4 eBay OBO Reveal

Shows the true best offer price on eBay.

E4 eBay OBO Reveal là gì?

E4 eBay OBO Reveal là một tiện ích mở rộng Chrome được phát triển bởi smpratte, và tính năng chính của nó là "Shows the true best offer price on eBay.".

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

screenshot

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

Tải xuống các tệp mở rộng E4 eBay OBO Reveal 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

                        Reveals accepted best offer price on sold ebay items.                    

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

Tên E4 eBay OBO Reveal E4 eBay OBO Reveal
ID dgkikacooieebjbahemgpcaldhglalfo
URL Chính Thức https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo
Mô tả Shows the true best offer price on eBay.
Kích Thước Tệp 8 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-05-06
Ngày Phát Hành 2020-05-06
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển smpratte
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",
    "name": "E4 eBay OBO Reveal",
    "version": "1.0",
    "description": "Shows the true best offer price on eBay.",
    "manifest_version": 2,
    "icons": {
        "64": "e4.png"
    },
    "permissions": [
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.be\/*",
        "https:\/\/*.ebay.ca\/*",
        "https:\/\/*.ebay.cn\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.com.hk\/*",
        "https:\/\/*.ebay.in\/*",
        "https:\/\/*.ebay.ie\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.co.jp\/*",
        "https:\/\/*.ebay.com.my\/*",
        "https:\/\/*.ebay.nl\/*",
        "https:\/\/*.ebay.ph\/*",
        "https:\/\/*.ebay.pl\/*",
        "https:\/\/*.ebay.com.sg\/*",
        "https:\/\/*.ebay.es\/*",
        "https:\/\/*.ebay.se\/*",
        "https:\/\/*.ebay.ch\/*",
        "https:\/\/*.ebay.com.tw\/*",
        "https:\/\/*.ebay.co.th\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.vn\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.cn\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.in\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.co.jp\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.se\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.com.tw\/*",
                "https:\/\/*.ebay.co.th\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "css": [
                "e4.css"
            ],
            "js": [
                "e4.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "e4.png"
    ]
}