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