SelFin

中古物件ページを閲覧すると、SelFinの物件診断レポートが表示されるようになります。対応サイト:SUUMO、HOME'S、ふれんずの中古マンション。※ご利用にはSelFinのログインが必要となります。

What is SelFin?

SelFin is a Chrome extension developed by リニュアル仲介, and its main feature is "中古物件ページを閲覧すると、SelFinの物件診断レポートが表示されるようになります。対応サイト:SUUMO、HOME'S、ふれんずの中古マンション。※ご利用にはSelFinのログインが必要となります。".

Extension Screenshots

screenshot

Download SelFin Extension CRX File

Download SelFin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        セルフインスペクションWEBアプリ「SelFin(セルフィン)」の入力補助機能です。
中古物件ページを閲覧すると、SelFinの物件診断レポートが表示されるようになります。
対応サイト:SUUMO、HOME'S、atHome、ふれんず
※ご利用にはSelFinのログインが必要となります。
※SelFinにログインしている場合、SUUMO、Homes、athome、ふれんずの物件情報のアクセス履歴を収集していて、そのページに表示されているソースコードの内容を閲覧物件内容の収集のためにSelFinのサーバーに通知しています。
※収集した情報の用途はSelFinのサービスの利用に限ります。
<SelFinプライバシーポリシー>
https://self-in.com/privacy                    

Extension Basic Information

Name SelFin SelFin
ID cflknmphonplfbginhhkmblkffpcndln
Official URL https://chromewebstore.google.com/detail/selfin/cflknmphonplfbginhhkmblkffpcndln
Description 中古物件ページを閲覧すると、SelFinの物件診断レポートが表示されるようになります。対応サイト:SUUMO、HOME'S、ふれんずの中古マンション。※ご利用にはSelFinのログインが必要となります。
File Size 67.56 KB
Installation Count 2,532
Current Version 1.1.6
Last Updated 2023-04-21
Publish Date 2020-01-25
Rating 5.00/5 Total 5 Ratings
Developer リニュアル仲介
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.rchukai.jp/company/kojin.htm
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelFin",
    "version": "1.1.6",
    "manifest_version": 3,
    "description": "\u4e2d\u53e4\u7269\u4ef6\u30da\u30fc\u30b8\u3092\u95b2\u89a7\u3059\u308b\u3068\u3001SelFin\u306e\u7269\u4ef6\u8a3a\u65ad\u30ec\u30dd\u30fc\u30c8\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002\u5bfe\u5fdc\u30b5\u30a4\u30c8\uff1aSUUMO\u3001HOME'S\u3001\u3075\u308c\u3093\u305a\u306e\u4e2d\u53e4\u30de\u30f3\u30b7\u30e7\u30f3\u3002\u203b\u3054\u5229\u7528\u306b\u306fSelFin\u306e\u30ed\u30b0\u30a4\u30f3\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059\u3002",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/suumo.jp\/*",
                "https:\/\/www.f-takken.com\/*",
                "https:\/\/www.homes.co.jp\/*",
                "https:\/\/www.athome.co.jp\/*"
            ],
            "css": [
                "selfin.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "selfin.js"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/self-in.com\/",
        "https:\/\/era.self-in.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}