My Ford Mobile Extension
My Ford Mobile Extension
Wat is My Ford Mobile Extension?
My Ford Mobile Extension is een Chrome-extensie ontwikkeld door seafish, en de belangrijkste functie is "My Ford Mobile Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie My Ford Mobile Extension
Download My Ford Mobile Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | mdefgmjjmkkimicgeinmjbkbfbhfnkoa |
Officiële URL | https://chromewebstore.google.com/detail/my-ford-mobile-extension/mdefgmjjmkkimicgeinmjbkbfbhfnkoa |
Beschrijving | My Ford Mobile Extension |
Bestandsgrootte | 48.73 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2019-07-15 |
Publicatiedatum | 2019-07-15 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | seafish |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |