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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
            ]
        }
    ]
}