My Ford Mobile Extension

My Ford Mobile Extension

Was ist My Ford Mobile Extension?

My Ford Mobile Extension ist eine Chrome-Erweiterung, die von seafish entwickelt wurde, und ihr Hauptmerkmal ist "My Ford Mobile Extension".

Erweiterungsscreenshots

screenshot

My Ford Mobile Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Ford Mobile Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name My Ford Mobile Extension My Ford Mobile Extension
ID mdefgmjjmkkimicgeinmjbkbfbhfnkoa
Offizielle URL https://chromewebstore.google.com/detail/my-ford-mobile-extension/mdefgmjjmkkimicgeinmjbkbfbhfnkoa
Beschreibung My Ford Mobile Extension
Dateigröße 48.73 KB
Installationsanzahl 145
Aktuelle Version 1.3.3
Letztes Update 2019-07-15
Veröffentlichungsdatum 2019-07-15
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler seafish
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}