Loan Helper

This application is calculated by a Japanese loan method.

Loan Helper क्या है?

Loan Helper https://digital-estate.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This application is calculated by a Japanese loan method."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Loan Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}