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 |
官方網址 | 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'" } |