eBay Best Offer Viewer
Simply view the eBay's Best Offer Accepted Price as you browse your favourite item
eBay Best Offer Viewerคืออะไร?
eBay Best Offer Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smartsolutions และคุณลักษณะหลักของมันคือ "Simply view the eBay's Best Offer Accepted Price as you browse your favourite item"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Best Offer Viewer
ดาวน์โหลดไฟล์ส่วนขยาย eBay Best Offer Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A powerful and lightweight Google Chrome extension that reveals in realtime as you browse the hidden price aka 'Best Offer Accepted' of your eBay's favourite item without clicking any buttons or using external sources with heavyweight processes. Various extensions are offering similar functionality in pursuance of visiting their website and reveal the 'Best Offer Accepted' price. In contrast, this extension is running entirely on your browser without depending its functionality to third party services or websites. Moreover it is fast, reliable, safe and free! Additional features coming soon! Also, feel free to get in contact with me at [email protected] with any questions or feedback! If you like it, you can help us with your small donation by clicking the donation button in the extension. Note: Currently eBay is updating its page code thus, this extension might not work as it is intended. --- Changelog --- * 1.1.1 - Fixed a bug where Best Offer Accepted Element is not present. * 1.1.0 - Added page intelligence with refined description * 1.0.0 - Initial version * The image logo was designed by Freepik
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ddepkeogllnoglbnlaagjobjhdoaocfl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ebay-best-offer-viewer/ddepkeogllnoglbnlaagjobjhdoaocfl |
คำอธิบาย | Simply view the eBay's Best Offer Accepted Price as you browse your favourite item |
ขนาดไฟล์ | 187 KB |
จำนวนการติดตั้ง | 233 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-05-02 |
วันที่เผยแพร่ | 2021-04-09 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | smartsolutions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBay Best Offer Viewer", "description": "Simply view the eBay's Best Offer Accepted Price as you browse your favourite item", "version": "1.1.1", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "\/assets\/logo_16x16.png", "48": "\/assets\/logo_48x48.png", "64": "\/assets\/logo_64x64.png", "128": "\/assets\/logo_128x128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.ebay.*\/itm*", "*:\/\/*.ebay.*\/sch*" ], "css": [ "main.css" ], "js": [ "inspector.js", "events.js", "analytics.js" ] } ] } |