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…
¿Qué es Bubble Extension?
Bubble Extension es una extensión de Chrome desarrollada por uideveloper, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bubble Extension
Descarga archivos de extensión Bubble Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bubble Extension |
ID | eanbkhpjhiamapnipcgkjflbaangphhe |
URL Oficial | https://chromewebstore.google.com/detail/bubble-extension/eanbkhpjhiamapnipcgkjflbaangphhe |
Descripción | 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… |
Tamaño del Archivo | 856 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 0.913 |
Última Actualización | 2021-04-20 |
Fecha de Publicación | 2021-03-05 |
Desarrollador | uideveloper |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.getmybubble.com |
URL de la Página de Ayuda | https://www.getmybubble.com/contact-us |
Idiomas Soportados | 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'" } |