ROI Investment Calculator

Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!

ROI Investment Calculatorคืออะไร?

ROI Investment Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mmcohenmoshe และคุณลักษณะหลักของมันคือ "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROI Investment Calculator

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

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

                        Investment Calculator Online - ROI investment calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more.

Parameters:
1. Amount of Investment - The starting amount of investment in Stock / Bond / Provident Fund / Education fund
2. Interest (annual) - Rate of Return: The rate at which your investments will grow
3. Commission (annual) - A commission to pay to your broker / investment house
4. Years to Grow                    

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

ชื่อ ROI Investment Calculator ROI Investment Calculator
ID ehmnlenndkobkenminonfmnpdodopdml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/roi-investment-calculator/ehmnlenndkobkenminonfmnpdodopdml
คำอธิบาย Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-03-02
วันที่เผยแพร่ 2020-03-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mmcohenmoshe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://calculatorinvestment.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ROI Investment Calculator",
    "version": "0.0.2",
    "description": "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!",
    "permissions": [
        "topSites"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "manifest_version": 2
}