Dashly

Homebuyer Mortgage Widget - by Dashly

Qu'est-ce que Dashly ?

Dashly est une extension Chrome développée par https://dashly.com, et sa fonction principale est "Homebuyer Mortgage Widget - by Dashly".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dashly

Téléchargez les fichiers d'extension Dashly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dashly Dashly
ID bcenfddgpdleajejaomdgnpnlfmhfhkg
URL Officiel https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg
Description Homebuyer Mortgage Widget - by Dashly
Taille du Fichier 202 KB
Nombre d'Installations 86
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-01-23
Date de Publication 2020-12-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://dashly.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dashly.com/
URL de la Page d'Aide https://help.dashly.com
URL de la Page de Politique de Confidentialité https://dashly.com/terms/privacy
Langues Prises en Charge 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"
        ]
    }
}