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文件
下載Tesla Order Info Extender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |