Tesla Model S Control

Controls your Model S through the browser.

Tesla Model S Control क्या है?

Tesla Model S Control Trevor Stone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Controls your Model S through the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tesla Model S Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *Important* Due to changes in Tesla's infrastructure, this extension may not function for new owners, and may stop functioning for previous owners. Thank you for all of your support. It has meant the world to me. I will be keeping this on the Chrome store for the foreseeable future as it may continue working for some, and is a portfolio piece for myself.

Tesla Motors has asked me to say that Tesla Model S vehicle owners should not use this software.

This extension is for owners of the Tesla Model S.

It provides owners almost all of the features of the official mobile app (plus a few that the app doesn't even provide), but with the convenience of being able to be used from the desktop!

Just log in with your Tesla account username and password (and have mobile enabled on the car) and you're ready to go. All data is only sent to and from Tesla's servers. No user information is stored locally or sent to any third party.

This product is not endorsed, certified or otherwise approved in any way by Tesla Motors or any of its affiliates.

I am not responsible for any misuse or issues that arise from using this extension. By using this extension you agree to not hold me liable for any issues that may potentially arise.

Discuss this application at http://www.teslamotorsclub.com/showthread.php/30649-Unofficial-Tesla-Model-S-Chrome-Extension-New-and-Improved

Special thanks to BradHS and Felixtb

Check out the article about this extension at Teslarati: http://www.teslarati.com/finally-browser-app-manage-tesla-model-s/                    

एक्सटेंशन की मूल जानकारी

नाम Tesla Model S Control Tesla Model S Control
ID beoeghbnbaphdhjgeclajnniaghnfofk
आधिकारिक URL https://chrome.google.com/webstore/detail/tesla-model-s-control/beoeghbnbaphdhjgeclajnniaghnfofk
विवरण Controls your Model S through the browser.
फ़ाइल का आकार 313 KB
स्थापना संख्या 631
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 3.65/5 कुल 48 रेटिंग्स
डेवलपर Trevor Stone
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://twitter.com/TrevorSStone
सहायता पृष्ठ URL http://www.teslamotorsclub.com/showthread.php/30649-Unofficial-Tesla-Model-S-Chrome-Extension-New-and-Improved
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tesla Model S Control",
    "short_name": "Tesla Model S",
    "description": "Controls your Model S through the browser.",
    "version": "1.1.7",
    "author": "Trevor S Stone",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/portal.vn.teslamotors.com\/"
    ],
    "offline_enabled": false,
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Tesla Model S Control",
        "default_popup": "web\/main.html"
    },
    "content_security_policy": "default-src 'self'; style-src 'self' data: chrome-extension-resource: 'unsafe-inline' https:\/\/*.gstatic.com\/ https:\/\/*.googleapis.com\/; script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com https:\/\/maps.gstatic.com\/ ; connect-src *; img-src 'self' https:\/\/*.gstatic.com\/ https:\/\/*.googleapis.com\/; font-src 'self' https:\/\/themes.googleusercontent.com\/"
}