Mutual Funds Tracker

A chrome extension to track Indian mutual funds.

Mutual Funds Trackerคืออะไร?

Mutual Funds Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sunilkumarc และคุณลักษณะหลักของมันคือ "A chrome extension to track Indian mutual funds."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mutual Funds Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Mutual Funds Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        No need to bookmark all the mutual funds in your financial portfolio anymore!

This extension can be used to track all of your mutual funds with just one click. Details like Current NAV, Percentage Change etc can be tracked through this extension through a beautiful UI.

==============
Version 4.3.3
==============
Update Email button added

==============
Version 4.3.2
==============
Fixing 3 and 5 years colours


==============
Version 4.3.1
==============
Fixed graph duration text based on filter

==============
Version 4.3.0
==============
Multiple duration filters provided for chart like 1 month, 3 months, 6 months, 1 year, 3 years and 5 years.


==============
Version 4.2.0
==============
Changed graph's from date to mutual fund inception date by default


==============
Version 4.1.1
==============
Mutual Funds list upgraded. 


==============
Version 4.1.0
==============
Added Instamojo donate button!


==============
Version 4.0.3
==============
Notification message about completion of Android app.


==============
Version 4.0.0
==============
Details page is now added with a beautiful chart which shows last 10 days' trend.


==============
Version 3.0.0
==============
This version contains a major release of Details page. Before this update, clicking on a fund name used to redirect to Zerodha website. Now the details are shown in the extension itself.


==============
Version 2.1.7
==============
Added loading display feature before getting the data.


==============
Version 2.1.1
==============
Now there's a Feature Request button added. You can request for new features you would like to see in the extension and we will take care of the rest!


==============
Version 2.1.0
==============
Chrome Sync has been enabled. Once you login to your google account in Chrome, you can access your funds on different computers.


==========
Version 2
==========
Version 2 has many UI changes with new fonts and colors which look pretty on the browser. Expect new features like complete mutual fund details(popup), graphs(performance of a fund over a period of time) etc to be rolled out in the coming versions very soon. Keep waiting. Cheers!


==========
Version 1
==========
Basic functionality of searching and tracking mutual funds supported.


Note: Currently the extension supports only Indian mutual funds.

If you have any suggestions/feedback, please do send me an email [[email protected]]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mutual Funds Tracker Mutual Funds Tracker
ID dbkaienfbonmbigpfeacbpceheecncma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mutual-funds-tracker/dbkaienfbonmbigpfeacbpceheecncma
คำอธิบาย A chrome extension to track Indian mutual funds.
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 4.4.1
อัปเดตครั้งล่าสุด 2019-02-28
วันที่เผยแพร่ 2019-02-28
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา sunilkumarc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mutual Funds Tracker",
    "description": "A chrome extension to track Indian mutual funds.",
    "version": "4.4.1",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "resources\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.instamojo.com https:\/\/im-cdn.com; object-src 'self'"
}