Simple Loan Calculator
Simple Loan Calculator to calculate your interest, monthly payments and total loan
Qu'est-ce que Simple Loan Calculator ?
Simple Loan Calculator est une extension Chrome développée par n.hapatnyukovsky, et sa fonction principale est "Simple Loan Calculator to calculate your interest, monthly payments and total loan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Loan Calculator
Téléchargez les fichiers d'extension Simple Loan Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Loan Calculator to find out interest, monthly payments, and total debt.
Informations de Base sur l'Extension
Nom | Simple Loan Calculator |
ID | lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
URL Officiel | https://chromewebstore.google.com/detail/simple-loan-calculator/lbhpfgfkeknoflblfnjlcnjmfkdmbefo |
Description | Simple Loan Calculator to calculate your interest, monthly payments and total loan |
Taille du Fichier | 81.91 KB |
Nombre d'Installations | 200 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-12 |
Date de Publication | 2020-11-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | n.hapatnyukovsky |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |