Dollar Loan Center Interest Calculator

Calculate the interest earned per day

Что такое Dollar Loan Center Interest Calculator?

Dollar Loan Center Interest Calculator - это расширение Chrome, разработанное https://www.dontbebroke.com, и его основная функция - "Calculate the interest earned per day".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dollar Loan Center Interest Calculator

Скачайте файлы расширений 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
}