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
}