BricksYard Loan EMI Calculator
A Free extension that Calculates Loan EMI based on the user inputed data.
什么是BricksYard Loan EMI Calculator?
BricksYard Loan EMI Calculator是由https://www.bricksyard.com开发的Chrome扩展程序,该扩展的主要功能是“A Free extension that Calculates Loan EMI based on the user inputed data.”。
扩展截图
下载BricksYard Loan EMI Calculator扩展crx文件
下载BricksYard Loan EMI Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | kghdomceeijkglpoekajbbgbgnmimojm |
官方URL | https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm |
简介 | A Free extension that Calculates Loan EMI based on the user inputed data. |
文件大小 | 234 KB |
安装次数 | 55 |
当前版本 | 0.0.1.2 |
更新时间 | 2018-07-12 |
上架时间 | 2018-07-12 |
评分 | 5.00/5 共3次评分 |
开发者 | https://www.bricksyard.com |
付费类型 | free |
扩展官网 | https://www.bricksyard.com |
支持的语言 | 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'" } |