Home Loan EMI Calculator

To calculate home loan EMI, total interest amount

Wat is Home Loan EMI Calculator?

Home Loan EMI Calculator is een Chrome-extensie ontwikkeld door Sorav Garg, en de belangrijkste functie is "To calculate home loan EMI, total interest amount".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Home Loan EMI Calculator

Download Home Loan EMI Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Home Loan EMI Calculator Home Loan EMI Calculator
ID lgamkhdbkdiiehedbahjingopmpmcfpk
Officiële URL https://chromewebstore.google.com/detail/home-loan-emi-calculator/lgamkhdbkdiiehedbahjingopmpmcfpk
Beschrijving To calculate home loan EMI, total interest amount
Bestandsgrootte 82.68 KB
Aantal Installaties 45
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-08-02
Publicatiedatum 2022-08-01
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar Sorav Garg
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}