Loan Helper

This application is calculated by a Japanese loan method.

Loan Helper là gì?

Loan Helper là một tiện ích mở rộng Chrome được phát triển bởi https://digital-estate.jp, và tính năng chính của nó là "This application is calculated by a Japanese loan method.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Loan Helper

Tải xuống các tệp mở rộng Loan Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Loan Helper Loan Helper
ID dcfdjihankpgicmlgfgfddnghicamlbd
URL Chính Thức https://chromewebstore.google.com/detail/loan-helper/dcfdjihankpgicmlgfgfddnghicamlbd
Mô tả This application is calculated by a Japanese loan method.
Kích Thước Tệp 29.42 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-12-11
Ngày Phát Hành 2014-12-11
Nhà Phát Triển https://digital-estate.jp
Loại Thanh Toán free
Trang Web Mở Rộng 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
Ngôn Ngữ Được Hỗ Trợ 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"
}