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 |
官方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 } |