Povishaly
Shows price history on the real estate site https://r.onliner.by/
Povishalyคืออะไร?
Povishaly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vasiliy Ermolovich และคุณลักษณะหลักของมันคือ "Shows price history on the real estate site https://r.onliner.by/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Povishaly
ดาวน์โหลดไฟล์ส่วนขยาย Povishaly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds additional block of information on price history of every apartment on the real estate site https://r.onliner.by/. Using this extension users can see how prices change and decide when the best time to buy real estate. This extension doesn't store or access any user information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Povishaly |
ID | ebgnjogdmhjgabeifcifegoafpjobjjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc |
คำอธิบาย | Shows price history on the real estate site https://r.onliner.by/ |
ขนาดไฟล์ | 41.54 KB |
จำนวนการติดตั้ง | 410 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2020-06-18 |
วันที่เผยแพร่ | 2020-06-18 |
คะแนน | 4.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Vasiliy Ermolovich |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/nashby/povishaly-extension |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Povishaly", "version": "0.3.0", "description": "Shows price history on the real estate site https:\/\/r.onliner.by\/", "permissions": [ "https:\/\/povishaly.space" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/r.onliner.by\/pk\/apartments\/*", "https:\/\/r.onliner.by\/ak\/apartments\/*" ] } ] } |