BricksYard Loan EMI Calculator
A Free extension that Calculates Loan EMI based on the user inputed data.
Wat is BricksYard Loan EMI Calculator?
BricksYard Loan EMI Calculator is een Chrome-extensie ontwikkeld door https://www.bricksyard.com, en de belangrijkste functie is "A Free extension that Calculates Loan EMI based on the user inputed data.".
Extensie Screenshots
Download het CRX-bestand van de extensie BricksYard Loan EMI Calculator
Download BricksYard Loan EMI 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
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
Basisinformatie over de Extensie
Naam | |
ID | kghdomceeijkglpoekajbbgbgnmimojm |
Officiële URL | https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm |
Beschrijving | A Free extension that Calculates Loan EMI based on the user inputed data. |
Bestandsgrootte | 234 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.0.1.2 |
Laatst Bijgewerkt | 2018-07-12 |
Publicatiedatum | 2018-07-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.bricksyard.com |
Betalingswijze | free |
Extensiewebsite | https://www.bricksyard.com |
Ondersteunde Talen | 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'" } |