Povishaly
Shows price history on the real estate site https://r.onliner.by/
Qu'est-ce que Povishaly ?
Povishaly est une extension Chrome développée par Vasiliy Ermolovich, et sa fonction principale est "Shows price history on the real estate site https://r.onliner.by/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Povishaly
Téléchargez les fichiers d'extension Povishaly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Povishaly |
ID | ebgnjogdmhjgabeifcifegoafpjobjjc |
URL Officiel | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc |
Description | Shows price history on the real estate site https://r.onliner.by/ |
Taille du Fichier | 41.54 KB |
Nombre d'Installations | 410 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2020-06-18 |
Date de Publication | 2020-06-18 |
Évaluation | 4.20/5 Total 10 Évaluations |
Développeur | Vasiliy Ermolovich |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/nashby/povishaly-extension |
Langues Prises en Charge | 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\/*" ] } ] } |