Home Loan EMI Calculator

To calculate home loan EMI, total interest amount

What is Home Loan EMI Calculator?

Home Loan EMI Calculator is a Chrome extension developed by Sorav Garg, and its main feature is "To calculate home loan EMI, total interest amount".

Extension Screenshots

screenshot
screenshot

Download Home Loan EMI Calculator Extension CRX File

Download Home Loan EMI Calculator 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

                        Home loan EMI calculator helps you calculate your Home Loan EMI's                    

Extension Basic Information

Name Home Loan EMI Calculator Home Loan EMI Calculator
ID lgamkhdbkdiiehedbahjingopmpmcfpk
Official URL https://chromewebstore.google.com/detail/home-loan-emi-calculator/lgamkhdbkdiiehedbahjingopmpmcfpk
Description To calculate home loan EMI, total interest amount
File Size 82.68 KB
Installation Count 45
Current Version 1.0.0
Last Updated 2022-08-02
Publish Date 2022-08-01
Rating 5.00/5 Total 12 Ratings
Developer Sorav Garg
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Loan EMI Calculator",
    "description": "To calculate home loan EMI,  total interest amount",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}