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
}