Dashly

Homebuyer Mortgage Widget - by Dashly

Wat is Dashly?

Dashly is een Chrome-extensie ontwikkeld door https://dashly.com, en de belangrijkste functie is "Homebuyer Mortgage Widget - by Dashly".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dashly

Download Dashly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dashly Dashly
ID bcenfddgpdleajejaomdgnpnlfmhfhkg
Officiële URL https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg
Beschrijving Homebuyer Mortgage Widget - by Dashly
Bestandsgrootte 202 KB
Aantal Installaties 86
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-01-23
Publicatiedatum 2020-12-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://dashly.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dashly.com/
Help Pagina-URL https://help.dashly.com
URL van de Privacybeleid Pagina https://dashly.com/terms/privacy
Ondersteunde Talen 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"
        ]
    }
}