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
Eメール [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"
        ]
    }
}