Simple Loan Calculator

Simple Loan Calculator to calculate your interest, monthly payments and total loan

Was ist Simple Loan Calculator?

Simple Loan Calculator ist eine Chrome-Erweiterung, die von n.hapatnyukovsky entwickelt wurde, und ihr Hauptmerkmal ist "Simple Loan Calculator to calculate your interest, monthly payments and total loan".

Erweiterungsscreenshots

screenshot

Simple Loan Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Loan 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

                        Loan Calculator to find out interest, monthly payments, and total debt.                    

Grundlegende Informationen zur Erweiterung

Name Simple Loan Calculator Simple Loan Calculator
ID lbhpfgfkeknoflblfnjlcnjmfkdmbefo
Offizielle URL https://chromewebstore.google.com/detail/simple-loan-calculator/lbhpfgfkeknoflblfnjlcnjmfkdmbefo
Beschreibung Simple Loan Calculator to calculate your interest, monthly payments and total loan
Dateigröße 81.91 KB
Installationsanzahl 200
Aktuelle Version 1.0
Letztes Update 2020-11-12
Veröffentlichungsdatum 2020-11-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler n.hapatnyukovsky
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Loan Calculator",
    "description": "Simple Loan Calculator to calculate your interest, monthly payments and total loan",
    "version": "1.0",
    "minimum_chrome_version": "31",
    "icons": {
        "128": "logo_128.png"
    },
    "web_accessible_resources": [
        "\/images\/example.png"
    ],
    "browser_action": {
        "default_icon": "logo_128.png",
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}