Dollar Loan Center Interest Calculator

Calculate the interest earned per day

什么是Dollar Loan Center Interest Calculator?

Dollar Loan Center Interest Calculator是由https://www.dontbebroke.com开发的Chrome扩展程序,该扩展的主要功能是“Calculate the interest earned per day”。

扩展截图

screenshot

下载Dollar Loan Center Interest Calculator扩展crx文件

下载Dollar Loan Center Interest Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dollar Loan Center Interest Calculator Dollar Loan Center Interest Calculator
ID beegbmdickpeppkajdfobcelilefkghm
官方URL https://chromewebstore.google.com/detail/dollar-loan-center-intere/beegbmdickpeppkajdfobcelilefkghm
简介 Calculate the interest earned per day
文件大小 126 KB
安装次数 83
当前版本 1.7
更新时间 2018-06-13
上架时间 2018-06-13
评分 5.00/5 共3次评分
开发者 https://www.dontbebroke.com
付费类型 free
支持的语言 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
}