My Ford Mobile Extension

My Ford Mobile Extension

What is My Ford Mobile Extension?

My Ford Mobile Extension is a Chrome extension developed by seafish, and its main feature is "My Ford Mobile Extension".

Extension Screenshots

screenshot

Download My Ford Mobile Extension Extension CRX File

Download My Ford Mobile Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1.3.1 Update: .eu support site
1.3.0 Update: Now saving history is back
Add "More" instead of "View All" for Trip and Charge log to load more log entries.
Add "Save all" button for Trip and Charge log to save full log as .json file.
Note: It will show and save as many entries as there are on server. Ford deletes old entries (I think only last 100 are available)                    

Extension Basic Information

Name My Ford Mobile Extension My Ford Mobile Extension
ID mdefgmjjmkkimicgeinmjbkbfbhfnkoa
Official URL https://chromewebstore.google.com/detail/my-ford-mobile-extension/mdefgmjjmkkimicgeinmjbkbfbhfnkoa
Description My Ford Mobile Extension
File Size 48.73 KB
Installation Count 145
Current Version 1.3.3
Last Updated 2019-07-15
Publish Date 2019-07-15
Rating 4.67/5 Total 3 Ratings
Developer seafish
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Ford Mobile Extension",
    "version": "1.3.3",
    "description": "My Ford Mobile Extension",
    "manifest_version": 2,
    "icons": {
        "128": "Ford-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myfordmobile.com\/content\/mfm\/app\/site\/my-driving\/trip-and-charge-log.html",
                "https:\/\/*.myfordmobile.eu\/content\/mfm\/app\/site\/my-driving\/trip-and-charge-log.html"
            ],
            "js": [
                "jquery.min.js",
                "myford.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.myfordmobile.com\/*",
        "https:\/\/*.myfordmobile.eu\/*"
    ],
    "web_accessible_resources": [
        "inject.js"
    ]
}