Dollar Loan Center Interest Calculator

Calculate the interest earned per day

Qu'est-ce que Dollar Loan Center Interest Calculator ?

Dollar Loan Center Interest Calculator est une extension Chrome développée par https://www.dontbebroke.com, et sa fonction principale est "Calculate the interest earned per day".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dollar Loan Center Interest Calculator

Téléchargez les fichiers d'extension Dollar Loan Center Interest Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dollar Loan Center Interest Calculator Dollar Loan Center Interest Calculator
ID beegbmdickpeppkajdfobcelilefkghm
URL Officiel https://chromewebstore.google.com/detail/dollar-loan-center-intere/beegbmdickpeppkajdfobcelilefkghm
Description Calculate the interest earned per day
Taille du Fichier 126 KB
Nombre d'Installations 83
Version Actuelle 1.7
Dernière Mise à Jour 2018-06-13
Date de Publication 2018-06-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.dontbebroke.com
Type de Paiement free
Langues Prises en Charge 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
}