BricksYard Loan EMI Calculator
A Free extension that Calculates Loan EMI based on the user inputed data.
Qu'est-ce que BricksYard Loan EMI Calculator ?
BricksYard Loan EMI Calculator est une extension Chrome développée par https://www.bricksyard.com, et sa fonction principale est "A Free extension that Calculates Loan EMI based on the user inputed data.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BricksYard Loan EMI Calculator
Téléchargez les fichiers d'extension BricksYard Loan EMI 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
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
Informations de Base sur l'Extension
Nom | |
ID | kghdomceeijkglpoekajbbgbgnmimojm |
URL Officiel | https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm |
Description | A Free extension that Calculates Loan EMI based on the user inputed data. |
Taille du Fichier | 234 KB |
Nombre d'Installations | 55 |
Version Actuelle | 0.0.1.2 |
Dernière Mise à Jour | 2018-07-12 |
Date de Publication | 2018-07-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://www.bricksyard.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.bricksyard.com |
Langues Prises en Charge | 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'" } |