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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate the interest earned per day"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dollar Loan Center Interest Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |