Dollar Loan Center Interest Calculator
Calculate the interest earned per day
O que é Dollar Loan Center Interest Calculator?
Dollar Loan Center Interest Calculator é uma extensão do Chrome desenvolvida por https://www.dontbebroke.com, e sua principal característica é "Calculate the interest earned per day".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dollar Loan Center Interest Calculator
Baixe arquivos de extensão Dollar Loan Center Interest Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A simple interest calculator developed by Dollar Loan Center. Use this tool to show you how much interest would accrue on a dollar amount over various time frames. NOTE: This calculator does not compound interest, its purely a simple interest calculator. Dollar Loan Center is currently licensed and operates over 50 locations in Nevada and Utah. Established in 1998, we are the leading provider of signature loans and car title loans in the short-term lending industry.
Informações Básicas da Extensão
Nome | Dollar Loan Center Interest Calculator |
ID | beegbmdickpeppkajdfobcelilefkghm |
URL Oficial | https://chromewebstore.google.com/detail/dollar-loan-center-intere/beegbmdickpeppkajdfobcelilefkghm |
Descrição | Calculate the interest earned per day |
Tamanho do Arquivo | 126 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.7 |
Última Atualização | 2018-06-13 |
Data de Publicação | 2018-06-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://www.dontbebroke.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollar Loan Center Interest Calculator", "short_name": "Simple Interest Calculator", "description": "Calculate the interest earned per day", "version": "1.7", "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "script.js", "ga.js" ], "persistent": true }, "web_accessible_resources": [ "script.js", "ga.js" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html", "default_title": "Dollar Loan Center: Simple Interest Calculator" }, "manifest_version": 2 } |