Bubble Extension
Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home…
O que é Bubble Extension?
Bubble Extension é uma extensão do Chrome desenvolvida por uideveloper, e sua principal característica é "Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bubble Extension
Baixe arquivos de extensão Bubble Extension 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
Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home buyers and owners calculate their monthly home expenses like mortgage, property taxes, utilities along with calculating home owner insurance costs and life insurance costs if they are looking at buying a particular property. The Co-Pilot calculator helps the home buyers and owners get the costs personalized to them and their property. If they are further interested in buying home owners and life insurance, Bubble Home Co-Pilot calculator assists them in choosing the right insurance basis their needs.
Informações Básicas da Extensão
Nome | Bubble Extension |
ID | eanbkhpjhiamapnipcgkjflbaangphhe |
URL Oficial | https://chromewebstore.google.com/detail/bubble-extension/eanbkhpjhiamapnipcgkjflbaangphhe |
Descrição | Bubble Home Co-Pilot is a calculator for home buyers to make sure that the home they are buying fits the budget. We help the home… |
Tamanho do Arquivo | 856 KB |
Contagem de Instalações | 49 |
Versão Atual | 0.913 |
Última Atualização | 2021-04-20 |
Data de Publicação | 2021-03-05 |
Desenvolvedor | uideveloper |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.getmybubble.com |
URL da Página de Ajuda | https://www.getmybubble.com/contact-us |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble Extension", "version": "0.913", "manifest_version": 2, "browser_action": [], "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "app\/background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.realtor.com\/*", "https:\/\/*.zillow.com\/*" ], "js": [ "\/static\/js\/content.js" ], "css": [ "\/static\/css\/App.css" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=';script-src 'self' 'https:\/\/unpkg.com\/'; object-src 'self'" } |