Tesla Order Info Extender
Extension to provide additional information present in the source code
Tesla Order Info Extender là gì?
Tesla Order Info Extender là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Extension to provide additional information present in the source code".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tesla Order Info Extender
Tải xuống các tệp mở rộng Tesla Order Info Extender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tesla Order Info Extender |
ID | jokkojjacclekcahapbmliicmfdecjca |
URL Chính Thức | https://chromewebstore.google.com/detail/tesla-order-info-extender/jokkojjacclekcahapbmliicmfdecjca |
Mô tả | Extension to provide additional information present in the source code |
Kích Thước Tệp | 11.41 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2022-01-22 |
Ngày Phát Hành | 2022-01-03 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |