Simple Loan Calculator
Simple Loan Calculator to calculate your interest, monthly payments and total loan
Wat is Simple Loan Calculator?
Simple Loan Calculator is een Chrome-extensie ontwikkeld door n.hapatnyukovsky, en de belangrijkste functie is "Simple Loan Calculator to calculate your interest, monthly payments and total loan".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Loan Calculator
Download Simple Loan 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
Loan Calculator to find out interest, monthly payments, and total debt. Basisinformatie over de Extensie
| Naam | |
| ID | lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
| Officiële URL | https://chromewebstore.google.com/detail/simple-loan-calculator/lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
| Beschrijving | Simple Loan Calculator to calculate your interest, monthly payments and total loan |
| Bestandsgrootte | 81.91 KB |
| Aantal Installaties | 200 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-11-12 |
| Publicatiedatum | 2020-11-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | n.hapatnyukovsky |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |