iSnipe auction bidder

snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru

iSnipe auction bidder là gì?

iSnipe auction bidder là một tiện ích mở rộng Chrome được phát triển bởi https://isnipe.io, và tính năng chính của nó là "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".

Ả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 iSnipe auction bidder

Tải xuống các tệp mở rộng iSnipe auction bidder 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

                        iSnipe.io user-friendly auction sniper saves your time and money and enhances chances to win on eBay, Copart, Delcampe and Meshok seconds before the auction ends.

 

This auction sniping extension will appear as “iSnipe” link on eBay, Copart, Delcampe and Meshok auction pages and it will allow easy access to your sniping account.

 

By installing the extension, you agree to iSnipe.io Terms and Conditions and Privacy Policy.

 


Copyright © 2018 iSnipe.io. All rights reserved.                    

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

Tên iSnipe auction bidder iSnipe auction bidder
ID ggmlinpjojponlfnblijndicmmloofcf
URL Chính Thức https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf
Mô tả snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Kích Thước Tệp 58.85 KB
Số Lần Cài Đặt 321
Phiên Bản Hiện Tại 1.9.9
Cập Nhật Lần Cuối 2019-01-31
Ngày Phát Hành 2019-01-31
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://isnipe.io
Loại Thanh Toán free
Trang Web Mở Rộng https://isnipe.io
URL Trang Trợ Giúp https://isnipe.io/faq/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iSnipe auction bidder",
    "version": "1.9.9",
    "description": "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "iSnipe",
        "default_icon": {
            "16": "images\/snipe.png",
            "32": "images\/snipe.png",
            "48": "images\/snipe.png",
            "128": "images\/snipe.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/snipe.png",
        "32": "images\/snipe.png",
        "48": "images\/snipe.png",
        "128": "images\/snipe.png"
    },
    "manifest_version": 2
}