My Ford Mobile Extension

My Ford Mobile Extension

什么是My Ford Mobile Extension?

My Ford Mobile Extension是由seafish开发的Chrome扩展程序,该扩展的主要功能是“My Ford Mobile Extension”。

扩展截图

screenshot

下载My Ford Mobile Extension扩展crx文件

下载My Ford Mobile Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 My Ford Mobile Extension My Ford Mobile Extension
ID mdefgmjjmkkimicgeinmjbkbfbhfnkoa
官方URL https://chromewebstore.google.com/detail/my-ford-mobile-extension/mdefgmjjmkkimicgeinmjbkbfbhfnkoa
简介 My Ford Mobile Extension
文件大小 48.73 KB
安装次数 145
当前版本 1.3.3
更新时间 2019-07-15
上架时间 2019-07-15
评分 4.67/5 共3次评分
开发者 seafish
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}