Daft.ie Price per person
Shows price per person when browsing daft.
Daft.ie Price per personคืออะไร?
Daft.ie Price per person เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ennis.tony และคุณลักษณะหลักของมันคือ "Shows price per person when browsing daft."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daft.ie Price per person
ดาวน์โหลดไฟล์ส่วนขยาย Daft.ie Price per person ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Roadmap: Allow people to specify how many people are renting. Implement rules based on number of bedrooms. Allow people to sort results based on price per person.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Daft.ie Price per person |
ID | ecicmagnjdddckkphkcjacmnpacpijgd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daftie-price-per-person/ecicmagnjdddckkphkcjacmnpacpijgd |
คำอธิบาย | Shows price per person when browsing daft. |
ขนาดไฟล์ | 640 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2014-08-02 |
วันที่เผยแพร่ | 2014-08-02 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ennis.tony |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daft.ie Price per person", "manifest_version": 2, "version": "0.0.2", "description": "Shows price per person when browsing daft.", "permissions": [ "*:\/\/*.daft.ie\/*\/houses-to-rent\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.daft.ie\/*\/houses-to-rent\/*" ], "js": [ "jquery.js", "monitor.js" ], "css": [ "daft-plugin.css" ] } ] } |