Loan Helper

This application is calculated by a Japanese loan method.

什麼是Loan Helper?

Loan Helper是由https://digital-estate.jp開發的Chrome擴展程式,該擴展的主要功能是“This application is calculated by a Japanese loan method.”。

擴展截圖

screenshot

下載Loan Helper擴展crx文件

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

擴展使用說明

                        You can simulate easily the housing loans.
Because it is a pop-up display, you can use it while viewing the 

real estate site.

In addition, by setting options, so you can save the initial value 

of each input can be optimized for use of you.

This application is calculated by a Japanese loan method.
Twice a year, You can add the payment.(Bonus)
And calculation method is the interest equality.

* Please use this application in reference degree.                    

擴展基本資訊

名稱 Loan Helper Loan Helper
ID dcfdjihankpgicmlgfgfddnghicamlbd
官方網址 https://chromewebstore.google.com/detail/loan-helper/dcfdjihankpgicmlgfgfddnghicamlbd
簡介 This application is calculated by a Japanese loan method.
檔案大小 29.42 KB
安裝次數 111
目前版本 1.4
更新時間 2014-12-11
上架時間 2014-12-11
開發者 https://digital-estate.jp
付費類型 free
擴展官網 http://digital-estate.jp/WP/archives/category/%E4%B8%8D%E5%8B%95%E7%94%A3%E3%83%98%E3%83%AB%E3%83%91%E3%83%BC
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "version": "1.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/loanhelper.js"
            ]
        }
    ],
    "icons": {
        "19": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "ja"
}