eBay Deals Australia
Never miss a Deal again.
eBay Deals Australiaคืออะไร?
eBay Deals Australia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deals.ebay.com.au และคุณลักษณะหลักของมันคือ "Never miss a Deal again."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Deals Australia
ดาวน์โหลดไฟล์ส่วนขยาย eBay Deals Australia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
eBay Deals is a place where you can find: - thousands of great deals on popular products; - from trusted sellers in Australia and overseas; - hand-picked by the eBay Deals team; - with free postage to Australian addresses (except large bulky goods). eBay Deals is not a paid advertisement opportunity. We want you to have a delightful experience on eBay. That’s why we hand-pick the deals we think you’ll love, at a great price and from trusted sellers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | eBay Deals Australia |
ID | ahpjomcemenfeikodjbkdcnjkeppbioc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ebay-deals-australia/ahpjomcemenfeikodjbkdcnjkeppbioc |
คำอธิบาย | Never miss a Deal again. |
ขนาดไฟล์ | 85.76 KB |
จำนวนการติดตั้ง | 6,305 |
เวอร์ชันปัจจุบัน | 1.0.8.9 |
อัปเดตครั้งล่าสุด | 2015-04-20 |
วันที่เผยแพร่ | 2015-04-19 |
คะแนน | 4.30/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://deals.ebay.com.au |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://deals.ebay.com.au?source=chrome_extension |
URL หน้าช่วยเหลือ | http://pages2.ebay.com.au/eBay_Deals_FAQ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eBay Deals Australia", "version": "1.0.8.9", "description": "Never miss a Deal again.", "icons": { "16": "eBayDealsLogo_16.png", "48": "eBayDealsLogo_48.png", "128": "eBayDealsLogo_128.png" }, "browser_action": { "default_icon": "eBayDealsLogo_128.png", "default_popup": "popup.html" }, "author": "eBay.com.au", "background": { "scripts": [ "jquery-2.0.3.min.js", "roverlv.js", "background.js" ] }, "permissions": [ "http:\/\/*.ebay.com.au\/*", "http:\/\/*.ebay.com\/*", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "ping.html" ] } |