BricksYard Loan EMI Calculator

A Free extension that Calculates Loan EMI based on the user inputed data.

BricksYard Loan EMI Calculatorคืออะไร?

BricksYard Loan EMI Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bricksyard.com และคุณลักษณะหลักของมันคือ "A Free extension that Calculates Loan EMI based on the user inputed data."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BricksYard Loan EMI Calculator

ดาวน์โหลดไฟล์ส่วนขยาย BricksYard Loan EMI Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Here the user can change/add values as per their requirements/necesssity to get details such as:
1. Monthly EMI,
2. Total Interest Payable,
3. Total Payment. 
Along with a Chart.

Each of the above details are vary useful for almost every type of loan i.e,:
Home/Housing loan(any residential loan), Car/Office(any commercial loan),etc

For more details and exclusive deals in real-estate visit www.bricksyard.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BricksYard Loan EMI Calculator BricksYard Loan EMI Calculator
ID kghdomceeijkglpoekajbbgbgnmimojm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bricksyard-loan-emi-calcu/kghdomceeijkglpoekajbbgbgnmimojm
คำอธิบาย A Free extension that Calculates Loan EMI based on the user inputed data.
ขนาดไฟล์ 234 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.0.1.2
อัปเดตครั้งล่าสุด 2018-07-12
วันที่เผยแพร่ 2018-07-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.bricksyard.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bricksyard.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BricksYard Loan EMI Calculator",
    "description": "A Free extension that Calculates Loan EMI based on the user inputed data.",
    "version": "0.0.1.2",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "calculator.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}