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'" } |