Amazon Price Comparator
This extension shows the price of the Amazon item in the current page for every other Amazon shop
Amazon Price Comparatorคืออะไร?
Amazon Price Comparator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DocKuro และคุณลักษณะหลักของมันคือ "This extension shows the price of the Amazon item in the current page for every other Amazon shop"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Price Comparator
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Price Comparator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site. Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account. Click on the price to visit the product page in the other amazon page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Price Comparator |
ID | igccnpemgifkkpnlhbebglclbgofpemb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb |
คำอธิบาย | This extension shows the price of the Amazon item in the current page for every other Amazon shop |
ขนาดไฟล์ | 45.28 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2016-04-08 |
วันที่เผยแพร่ | 2016-04-08 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | DocKuro |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Comparator", "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop", "version": "1.4.1", "options_page": "options.html", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "prices.html", "default_title": "Compare Prices!" }, "permissions": [ "activeTab", "storage" ] } |