Dashly

Homebuyer Mortgage Widget - by Dashly

Dashly क्या है?

Dashly https://dashly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Homebuyer Mortgage Widget - by Dashly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dashly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dashly Dashly
ID bcenfddgpdleajejaomdgnpnlfmhfhkg
आधिकारिक URL https://chromewebstore.google.com/detail/dashly/bcenfddgpdleajejaomdgnpnlfmhfhkg
विवरण Homebuyer Mortgage Widget - by Dashly
फ़ाइल का आकार 202 KB
स्थापना संख्या 86
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-23
प्रकाशन तिथि 2020-12-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://dashly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dashly.com/
सहायता पृष्ठ URL https://help.dashly.com
गोपनीयता नीति पृष्ठ URL https://dashly.com/terms/privacy
समर्थित भाषाएँ 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"
        ]
    }
}