Povishaly
Shows price history on the real estate site https://r.onliner.by/
Was ist Povishaly?
Povishaly ist eine Chrome-Erweiterung, die von Vasiliy Ermolovich entwickelt wurde, und ihr Hauptmerkmal ist "Shows price history on the real estate site https://r.onliner.by/".
Erweiterungsscreenshots
Povishaly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Povishaly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Povishaly |
ID | ebgnjogdmhjgabeifcifegoafpjobjjc |
Offizielle URL | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc |
Beschreibung | Shows price history on the real estate site https://r.onliner.by/ |
Dateigröße | 41.54 KB |
Installationsanzahl | 410 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2020-06-18 |
Veröffentlichungsdatum | 2020-06-18 |
Bewertung | 4.20/5 Insgesamt 10 Bewertungen |
Entwickler | Vasiliy Ermolovich |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/nashby/povishaly-extension |
Unterstützte Sprachen | 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\/*" ] } ] } |