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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}