Snip it! button for eBay

Lets you instantly schedule your eBay snipes at Snip.pl

Snip it! button for eBay là gì?

Snip it! button for eBay là một tiện ích mở rộng Chrome được phát triển bởi https://www.snip.pl, và tính năng chính của nó là "Lets you instantly schedule your eBay snipes at Snip.pl".

Ả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 Snip it! button for eBay

Tải xuống các tệp mở rộng Snip it! button for eBay 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

                        Sniping is, generally speaking, placing bid in on-line auction in the closing seconds. Of course, if you have superb Internet connection, exact watch, nerves of steel and the free time excess, you can do it manually. Snip.pl is an on-line auction sniper, it automates the last second bidding process and frees you from the trouble of remembering the ending time of each auction you want to bid on. Snip It! button lets you instantly schedule snipes at Snip.pl while browsing eBay, without the hassle of entering item ID by hand. Snip.pl is working for over 8 years, it won over 7 million eBay auctions. 

Is it legal?
Yes. All bids placed within listing time frame are valid. Here's quote from eBay help: "Placing a high bid in the closing seconds of an auction-style listing is called “sniping” within the eBay community. Sniping is part of the eBay experience, and all bids placed before a listing ends are valid, even if they're placed one second before the listing ends." (http://pages.ebay.com/help/buy/outbid.html)

How does it work?
Bids placed with Snip.pl are exactly the same as if they were placed by hand. Exactly the same. Snip.pl is not a "hack" to eBay site. It obeys all and all eBay's rules. What is different, is that the whole process is fully automated, so you don't have to do anything.

For more information please see http://www.snip.pl/auction-sniper.php and http://www.snip.pl/help/                    

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

Tên Snip it! button for eBay Snip it! button for eBay
ID jhaoojkpcgaobmnnphdpdokcgdiibblh
URL Chính Thức https://chromewebstore.google.com/detail/snip-it-button-for-ebay/jhaoojkpcgaobmnnphdpdokcgdiibblh
Mô tả Lets you instantly schedule your eBay snipes at Snip.pl
Kích Thước Tệp 90.43 KB
Số Lần Cài Đặt 4,828
Phiên Bản Hiện Tại 2.5.2
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2018-06-02
Đánh Giá 3.69/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://www.snip.pl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.snip.pl/
URL Trang Trợ Giúp https://www.snip.pl/auction-sniper.php
URL Trang Chính Sách Bảo Mật https://www.snip.pl/help/6
Ngôn Ngữ Được Hỗ Trợ de,en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_long_name__",
    "short_name": "__MSG_sn__",
    "version": "2.5.2",
    "description": "__MSG_ext_desc__",
    "author": "Piotr \"Korba\" Tomczyk",
    "homepage_url": "https:\/\/www.snip.pl\/",
    "background": {
        "service_worker": "content\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.se\/*",
                "*:\/\/*.ebay.ch\/*"
            ],
            "js": [
                "content\/ebay.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.allegro.pl\/*"
            ],
            "js": [
                "content\/allegro.js"
            ]
        }
    ],
    "options_page": "content\/options.html",
    "default_locale": "en",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/button.png",
        "default_title": "__MSG_ext_action_idle__"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}