iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
iSnipe auction bidderคืออะไร?
iSnipe auction bidder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://isnipe.io และคุณลักษณะหลักของมันคือ "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iSnipe auction bidder
ดาวน์โหลดไฟล์ส่วนขยาย iSnipe auction bidder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } |