Tesla Order Info Extender

Extension to provide additional information present in the source code

Tesla Order Info Extenderคืออะไร?

Tesla Order Info Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension to provide additional information present in the source code"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesla Order Info Extender

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}