Dashly
Homebuyer Mortgage Widget - by Dashly
Cos'è Dashly?
Dashly è un'estensione di Chrome sviluppata da https://dashly.com, e la sua funzione principale è "Homebuyer Mortgage Widget - by Dashly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dashly
Scarica i file di estensione Dashly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Dashly |
ID | bcenfddgpdleajejaomdgnpnlfmhfhkg |
URL Ufficiale | https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg |
Descrizione | Homebuyer Mortgage Widget - by Dashly |
Dimensione del File | 202 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-01-23 |
Data di Pubblicazione | 2020-12-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://dashly.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dashly.com/ |
URL della Pagina di Aiuto | https://help.dashly.com |
URL della Pagina della Politica sulla Privacy | https://dashly.com/terms/privacy |
Lingue Supportate | 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" ] } } |