Rapidcatch eBay auction sniper

This extension allows to place bids via Rapidcatch.com auction sniper right at eBay, Delcampe, Allegro, Aukro from your browser

Rapidcatch eBay auction sniper란 무엇입니까?

Rapidcatch eBay auction sniper은(는) https://rapidcatch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to place bids via Rapidcatch.com auction sniper right at eBay, Delcampe, Allegro, Aukro from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rapidcatch eBay auction sniper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows to place bids via Rapidcatch.com auction sniper (https://rapidcatch.com) right at eBay, Delcampe, Allegro, Aukro pages from your browser while shopping.

The extension adds an icon to the browser panel. When you visit an item page of supported auction platform, this icon gets activated and when you click on it you will see a form to enter a bid, and a button to place it into Rapidcatch sniper.

Detailed usage instructions:
1. Install extension. An icon will appear at browser panel.
2. Go to auction item page. Extension icon will turn from gray to colorful.
3. Click extension icon, fill bid amount field, and click the placing bid button.
4. Your bid went to Rapidcatch sniper, and you can manage it there at https://rapidcatch.com once you need that.

All transferred data is protected with secured protocols.                    

확장 프로그램 기본 정보

이름 Rapidcatch eBay auction sniper Rapidcatch eBay auction sniper
ID lipfgikjgiomnaimfagefeljjimbhlha
공식 URL https://chromewebstore.google.com/detail/rapidcatch-ebay-auction-s/lipfgikjgiomnaimfagefeljjimbhlha
설명 This extension allows to place bids via Rapidcatch.com auction sniper right at eBay, Delcampe, Allegro, Aukro from your browser
파일 크기 68.45 KB
설치 횟수 8,163
현재 버전 3.23
최근 업데이트 2024-01-30
출시 날짜 2019-12-01
평점 4.45/5 총 119 개의 평점
개발자 https://rapidcatch.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rapidcatch.com/
도움말 페이지 URL https://rapidcatch.com/en/help/
개인정보 보호 정책 페이지 URL https://rapidcatch.com/en/agreement
지원되는 언어 en,ru,uk
manifest.json
{
    "author": "Alexander Sheleheda",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.inactive.16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extname__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rapidcatch.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/noty.js",
                "js\/synchronize.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "https:\/\/rapidcatch.com\/",
    "icons": {
        "128": "icon.active.128.png",
        "16": "icon.active.16.png",
        "48": "icon.active.48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/rapidcatch.com\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.delcampe.net\/*",
        "*:\/\/aukro.cz\/*",
        "*:\/\/allegro.pl\/*",
        "*:\/\/meshok.net\/*",
        "*:\/\/auction.ru\/*",
        "*:\/\/newauction.org\/*"
    ],
    "short_name": "Rapidcatch",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.23"
}