My Ford Mobile Extension
My Ford Mobile Extension
My Ford Mobile Extension란 무엇입니까?
My Ford Mobile Extension은(는) seafish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My Ford Mobile Extension"입니다.
확장 프로그램 스크린샷
My Ford Mobile Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
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" ] } |