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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}