ROI Investment Calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
什麼是ROI Investment Calculator?
ROI Investment Calculator是由mmcohenmoshe開發的Chrome擴展程式,該擴展的主要功能是“Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!”。
擴展截圖
下載ROI Investment Calculator擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | ehmnlenndkobkenminonfmnpdodopdml |
官方網址 | 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 } |