Property Seeker
Calculate the price range for property advertised on Domain and Real Estate.
O que é Property Seeker?
Property Seeker é uma extensão do Chrome desenvolvida por cheesestringer, e sua principal característica é "Calculate the price range for property advertised on Domain and Real Estate.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Property Seeker
Baixe arquivos de extensão Property Seeker 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
Take the guess work out of house hunting. Finds the hidden advertising range on Domain and Real Estate Australia to make searching for property a bit easier. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/property-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
Informações Básicas da Extensão
Nome | Property Seeker |
ID | olfjldooogfhhgklechmbdemheblklga |
URL Oficial | https://chromewebstore.google.com/detail/property-seeker/olfjldooogfhhgklechmbdemheblklga |
Descrição | Calculate the price range for property advertised on Domain and Real Estate. |
Tamanho do Arquivo | 7.81 KB |
Contagem de Instalações | 3,196 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-12-27 |
Data de Publicação | 2021-08-12 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | cheesestringer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/cheesestringer/property-seeker |
URL da Página de Ajuda | https://github.com/cheesestringer/property-seeker/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Property Seeker", "version": "1.0.6", "description": "Calculate the price range for property advertised on Domain and Real Estate.", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.domain.com.au\/*", "https:\/\/*.realestate.com.au\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https:\/\/*.domain.com.au https:\/\/*.realestate.com.au" } |