ROI Investment Calculator
Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!
ROI Investment Calculator क्या है?
ROI Investment Calculator mmcohenmoshe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Investment calculator for stock, dividend, bond, yield, provident fund, education fund and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ROI Investment Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |