BricksYard Loan EMI Calculator
A Free extension that Calculates Loan EMI based on the user inputed data.
What is BricksYard Loan EMI Calculator?
BricksYard Loan EMI Calculator is a Chrome extension developed by https://www.bricksyard.com, and its main feature is "A Free extension that Calculates Loan EMI based on the user inputed data.".
Extension Screenshots
Download BricksYard Loan EMI Calculator Extension CRX File
Download BricksYard Loan EMI Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | kghdomceeijkglpoekajbbgbgnmimojm |
Official URL | 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. |
File Size | 234 KB |
Installation Count | 55 |
Current Version | 0.0.1.2 |
Last Updated | 2018-07-12 |
Publish Date | 2018-07-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.bricksyard.com |
Payment Type | free |
Extension Website | https://www.bricksyard.com |
Supported Languages | 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'" } |