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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ROI Investment Calculator
قم بتنزيل ملفات الامتداد ROI Investment Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |