Tesla Order Info Extender
Extension to provide additional information present in the source code
Tesla Order Info Extender क्या है?
Tesla Order Info Extender Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to provide additional information present in the source code"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tesla Order Info Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |