It was kinda frustrating that My Ford Mobile website didn't give full trip and charge log (only last 30 items were available). So I created a little chrome/firefox extension that would load more and more log items if you wish. (the capability was there on the server side, it's just front-end developers were lazy to implement paging)
I also added "Save All" button to export full log in a raw .json format that is coming from the server. The .json file can be then converted to a readable .csv table using web service like this
Update:
Seems like Ford is clearing entries after some time (around 100 trip entries are left)
So if you want to keep track of your driving stats, better save them regularly.
Update 15/07/2019:
Ford now keeps logs for at least 1 year. This caused issues saving the log as it got really big. I fixed it in version 1.3 of the extension.
Also works on .eu version of the myfordmobile
I also added "Save All" button to export full log in a raw .json format that is coming from the server. The .json file can be then converted to a readable .csv table using web service like this
Update:
Seems like Ford is clearing entries after some time (around 100 trip entries are left)
So if you want to keep track of your driving stats, better save them regularly.
Update 15/07/2019:
Ford now keeps logs for at least 1 year. This caused issues saving the log as it got really big. I fixed it in version 1.3 of the extension.
Also works on .eu version of the myfordmobile