BricksYard Loan EMI Calculator
A Free extension that Calculates Loan EMI based on the user inputed data.
Cos'è BricksYard Loan EMI Calculator?
BricksYard Loan EMI Calculator è un'estensione di Chrome sviluppata da https://www.bricksyard.com, e la sua funzione principale è "A Free extension that Calculates Loan EMI based on the user inputed data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BricksYard Loan EMI Calculator
Scarica i file di estensione BricksYard Loan EMI Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kghdomceeijkglpoekajbbgbgnmimojm |
URL Ufficiale | https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm |
Descrizione | A Free extension that Calculates Loan EMI based on the user inputed data. |
Dimensione del File | 234 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.0.1.2 |
Ultimo Aggiornamento | 2018-07-12 |
Data di Pubblicazione | 2018-07-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.bricksyard.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.bricksyard.com |
Lingue Supportate | 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'" } |