Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Lower Ebay Price Alertคืออะไร?
Lower Ebay Price Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ferryzhou และคุณลักษณะหลักของมันคือ "This extension shows ebay price of the selling item on Amazon when ebay price is lower."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lower Ebay Price Alert
ดาวน์โหลดไฟล์ส่วนขยาย Lower Ebay Price Alert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
คำอธิบาย | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
ขนาดไฟล์ | 48.06 KB |
จำนวนการติดตั้ง | 163 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-20 |
วันที่เผยแพร่ | 2015-12-20 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ferryzhou |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |