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
}