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
官方網址 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"
    ]
}