Property Price - Extension
Allows viewing info on house on trademe platform
Property Price - Extensionคืออะไร?
Property Price - Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nzextensions และคุณลักษณะหลักของมันคือ "Allows viewing info on house on trademe platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Property Price - Extension
ดาวน์โหลดไฟล์ส่วนขยาย Property Price - Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See property prices for trademe property that are hidden.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Property Price - Extension |
ID | dlepipcihapnbkphnbnjbhpboalkegpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/property-price-extension/dlepipcihapnbkphnbnjbhpboalkegpe |
คำอธิบาย | Allows viewing info on house on trademe platform |
ขนาดไฟล์ | 35.03 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-04-06 |
วันที่เผยแพร่ | 2022-04-05 |
ผู้พัฒนา | nzextensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Property Price - Extension", "version": "0.0.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.trademe.co.nz\/a\/property\/residential\/sale\/*" ], "js": [ "jquery-3.5.1.min.js", "contentScript.js" ], "css": [ "propertyprice.css" ] } ], "host_permissions": [ "https:\/\/www.propertyprice.co.nz\/" ], "description": "Allows viewing info on house on trademe platform" } |