Povishaly
Shows price history on the real estate site https://r.onliner.by/
O que é Povishaly?
Povishaly é uma extensão do Chrome desenvolvida por Vasiliy Ermolovich, e sua principal característica é "Shows price history on the real estate site https://r.onliner.by/".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Povishaly
Baixe arquivos de extensão Povishaly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Povishaly |
ID | ebgnjogdmhjgabeifcifegoafpjobjjc |
URL Oficial | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc |
Descrição | Shows price history on the real estate site https://r.onliner.by/ |
Tamanho do Arquivo | 41.54 KB |
Contagem de Instalações | 410 |
Versão Atual | 0.3.0 |
Última Atualização | 2020-06-18 |
Data de Publicação | 2020-06-18 |
Classificação | 4.20/5 Total de 10 Avaliações |
Desenvolvedor | Vasiliy Ermolovich |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/nashby/povishaly-extension |
Idiomas Suportados | 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\/*" ] } ] } |