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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rapidcatch.com และคุณลักษณะหลักของมันคือ "This extension allows to place bids via Rapidcatch.com auction sniper right at eBay, Delcampe, Allegro, Aukro from your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rapidcatch eBay auction sniper

ดาวน์โหลดไฟล์ส่วนขยาย Rapidcatch eBay auction sniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}