Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
O que é Realtor.com Tools?
Realtor.com Tools é uma extensão do Chrome desenvolvida por rmbaumer, e sua principal característica é "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Realtor.com Tools
Baixe arquivos de extensão Realtor.com Tools 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
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps Not affiliated with Realtor.com To request a new feature, leave a note in a review and I will implement the new feature as time allows.
Informações Básicas da Extensão
Nome | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
URL Oficial | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Descrição | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Tamanho do Arquivo | 29.52 KB |
Contagem de Instalações | 289 |
Versão Atual | 0.5 |
Última Atualização | 2019-11-15 |
Data de Publicação | 2019-11-15 |
Desenvolvedor | rmbaumer |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtor.com Tools", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ], "js": [ "jquery.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ] } |