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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } ] } |