Dashly
Homebuyer Mortgage Widget - by Dashly
¿Qué es Dashly?
Dashly es una extensión de Chrome desarrollada por https://dashly.com, y su función principal es "Homebuyer Mortgage Widget - by Dashly".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dashly
Descarga archivos de extensión Dashly 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
Thinking of moving? See the best mortgage deal for your new home instantly with this awesome new and totally free extension. As you search for your new dream home, we’ll match it with the best mortgage deal in moments - right inside your browser. All you have to do is install, search and see how much you could save on your new mortgage! Works on Rightmove and Zoopla, updated with new features monthly.
Información Básica de la Extensión
Nombre | Dashly |
ID | bcenfddgpdleajejaomdgnpnlfmhfhkg |
URL Oficial | https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg |
Descripción | Homebuyer Mortgage Widget - by Dashly |
Tamaño del Archivo | 202 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-01-23 |
Fecha de Publicación | 2020-12-24 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://dashly.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dashly.com/ |
URL de la Página de Ayuda | https://help.dashly.com |
URL de la Página de Política de Privacidad | https://dashly.com/terms/privacy |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dashly", "version": "1.0.1", "description": "Homebuyer Mortgage Widget - by Dashly", "manifest_version": 2, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "storage", "https:\/\/fonts.googleapis.com\/*" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "listenForAuth.js", "firebase-app.js", "firebase-auth.js", "img\/*", "css\/*", "callBack.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*.dashly.com\/*", "https:\/\/www.zoopla.co.uk\/new-homes\/*", "https:\/\/www.zoopla.co.uk\/for-sale\/*", "https:\/\/www.rightmove.co.uk\/properties\/*", "https:\/\/www.rightmove.co.uk\/property-for-sale\/*" ], "css": [ "css\/content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/*.dashly.com\/*" ] }, "background": { "scripts": [ "background.js" ] } } |