BricksYard Loan EMI Calculator

A Free extension that Calculates Loan EMI based on the user inputed data.

Was ist BricksYard Loan EMI Calculator?

BricksYard Loan EMI Calculator ist eine Chrome-Erweiterung, die von https://www.bricksyard.com entwickelt wurde, und ihr Hauptmerkmal ist "A Free extension that Calculates Loan EMI based on the user inputed data.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

BricksYard Loan EMI Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie BricksYard Loan EMI Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Here the user can change/add values as per their requirements/necesssity to get details such as:
1. Monthly EMI,
2. Total Interest Payable,
3. Total Payment. 
Along with a Chart.

Each of the above details are vary useful for almost every type of loan i.e,:
Home/Housing loan(any residential loan), Car/Office(any commercial loan),etc

For more details and exclusive deals in real-estate visit www.bricksyard.com                    

Grundlegende Informationen zur Erweiterung

Name BricksYard Loan EMI Calculator BricksYard Loan EMI Calculator
ID kghdomceeijkglpoekajbbgbgnmimojm
Offizielle URL https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm
Beschreibung A Free extension that Calculates Loan EMI based on the user inputed data.
Dateigröße 234 KB
Installationsanzahl 55
Aktuelle Version 0.0.1.2
Letztes Update 2018-07-12
Veröffentlichungsdatum 2018-07-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.bricksyard.com
Zahlungsart free
Erweiterungswebsite https://www.bricksyard.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BricksYard Loan EMI Calculator",
    "description": "A Free extension that Calculates Loan EMI based on the user inputed data.",
    "version": "0.0.1.2",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "calculator.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}