My Ford Mobile Extension
My Ford Mobile Extension
Apa itu My Ford Mobile Extension?
My Ford Mobile Extension adalah ekstensi Chrome yang dikembangkan oleh seafish, dan fitur utamanya adalah "My Ford Mobile Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Ford Mobile Extension
Unduh file ekstensi My Ford Mobile Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | mdefgmjjmkkimicgeinmjbkbfbhfnkoa |
URL Resmi | https://chromewebstore.google.com/detail/my-ford-mobile-extension/mdefgmjjmkkimicgeinmjbkbfbhfnkoa |
Deskripsi | My Ford Mobile Extension |
Ukuran File | 48.73 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 1.3.3 |
Terakhir Diperbarui | 2019-07-15 |
Tanggal Publikasi | 2019-07-15 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | seafish |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |