bidbag Remote - eBay sniper

The remote control for your bidbag - Place your bid automatically in the closing seconds.

bidbag Remote - eBay sniper là gì?

bidbag Remote - eBay sniper là một tiện ích mở rộng Chrome được phát triển bởi https://bidbag.us, và tính năng chính của nó là "The remote control for your bidbag - Place your bid automatically in the closing seconds.".

Ả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 bidbag Remote - eBay sniper

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

                        bidbag Remote - eBay Auction Sniper Extension

This extension allows to place bids via bidbag auction sniper at eBay pages from your browser.

With bidbag your bid is placed automatically up to one second before the end of the auction. Bid automatically at the last moment without revealing your interest in an auction.

Features: Intelligent offline sniping in the last second, auction group management, SMS messaging/bidding, forward thinking interface and many more.

bidbag has a highly intuitive interface.. Try it now for free and without obligation!

bidbag – The simply intelligent bid assistant

United States:
https://www.bidbag.us
United Kingdom:
https://www.bidbag.co.uk

- From now on never miss any auction. Snipe auctions in the last second with a fast backbone-connection.
- Redundant server clusters in multiple locations on a high-speed connection for unsurpassed reliability.
- Advanced interface technology with auction monitoring, push notifications and other realtime features.
- Auction groups. Once you win one auction, all other snipes in the group are cancelled automatically.
- State of the art development and highest data privacy with SSL encryption and use of licenced API's.

With bidbag you only need to pay if a bid results in a winning auction!

Only after a won auction we would charge a point from your bidbag account. If your given bids aren't successful, this service would be free of charge for this auction!

While you create a new auction entry, the bidbag system would block one point as caution. This point would only be charged if this auction was won. Otherwise this point would credited back.

To kick start using bidbag we would give you some points for free with your registration! *

With the free points you can test our bid agents and win some auctions. Additional points can be ordered fast and cheap in our integrated shop starting at 19 cent** per point. The payment can be done with the established payment system PayPal, where you can do secure payments with choice for creditcard payment and bank transfer also for non customers of paypal.

bidbag Remote – The remote control for your bidbag.

With this browser addon you can add your auctions directly from within eBay worldwide. While you are browsing on eBay, there would be a new menu-option on search results, gallery results and item pages.

With a click on bidbag Remote, a little layer window would be opened. Give now your maximum bid and optional a snipe puffer and a auction list. Save the auction to your bidbag. That's it!

The bidbag team wishes you many successful auctions!                    

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

Tên bidbag Remote - eBay sniper bidbag Remote - eBay sniper
ID dlgoddfemnegemkogbfgchcpknnmnpod
URL Chính Thức https://chromewebstore.google.com/detail/bidbag-remote-ebay-sniper/dlgoddfemnegemkogbfgchcpknnmnpod
Mô tả The remote control for your bidbag - Place your bid automatically in the closing seconds.
Kích Thước Tệp 88.12 KB
Số Lần Cài Đặt 1,187
Phiên Bản Hiện Tại 2.2.9
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2017-07-31
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://bidbag.us
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bidbag.us
URL Trang Trợ Giúp https://www.bidbag.us
URL Trang Chính Sách Bảo Mật https://www.bidbag.us/pages_en/pg_dat.php
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "2.2.9",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pagemod.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "26.0.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}