Tesla Order Info Extender
Extension to provide additional information present in the source code
Tesla Order Info Extender란 무엇입니까?
Tesla Order Info Extender은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to provide additional information present in the source code"입니다.
확장 프로그램 스크린샷
Tesla Order Info Extender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides additional information present in the source code, but not the UI (e.g. VIN) The extension also creates a detailed table below the order page with all the extra order information it is able to extract from the source code.
확장 프로그램 기본 정보
이름 | Tesla Order Info Extender |
ID | jokkojjacclekcahapbmliicmfdecjca |
공식 URL | https://chromewebstore.google.com/detail/tesla-order-info-extender/jokkojjacclekcahapbmliicmfdecjca |
설명 | Extension to provide additional information present in the source code |
파일 크기 | 11.41 KB |
설치 횟수 | 234 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2022-01-22 |
출시 날짜 | 2022-01-03 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Unknown |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tesla Order Info Extender", "short_name": "Tesla Order Info Extender", "description": "Extension to provide additional information present in the source code", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tesla-order-info-extender\/jokkojjacclekcahapbmliicmfdecjca", "version": "0.1.1", "version_name": "0.1.1", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "permissions": [], "icons": { "128": "assets\/img\/128x128.png" }, "action": { "default_icon": { "16": "assets\/img\/16x16.png", "24": "assets\/img\/24x24.png", "32": "assets\/img\/32x32.png" }, "default_title": "Tesla Order Info Extender" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.tesla.com\/*" ], "resources": [ "scripts\/tesla.js" ] } ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.tesla.com\/*" ], "js": [ "background.js" ] } ] } |