iSnipe auction bidder

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

iSnipe auction bidder란 무엇입니까?

iSnipe auction bidder은(는) https://isnipe.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

iSnipe auction bidder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 iSnipe auction bidder iSnipe auction bidder
ID ggmlinpjojponlfnblijndicmmloofcf
공식 URL https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf
설명 snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
파일 크기 58.85 KB
설치 횟수 321
현재 버전 1.9.9
최근 업데이트 2019-01-31
출시 날짜 2019-01-31
평점 5.00/5 총 6 개의 평점
개발자 https://isnipe.io
결제 유형 free
확장 프로그램 웹 사이트 https://isnipe.io
도움말 페이지 URL https://isnipe.io/faq/
지원되는 언어 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
}