Dashly

Homebuyer Mortgage Widget - by Dashly

什麼是Dashly?

Dashly是由https://dashly.com開發的Chrome擴展程式,該擴展的主要功能是“Homebuyer Mortgage Widget - by Dashly”。

擴展截圖

screenshot
screenshot
screenshot

下載Dashly擴展crx文件

下載Dashly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}