TeslaFi Tesla Token Generator
Used to generate a Tesla API Token for TeslaFi.com.
What is TeslaFi Tesla Token Generator?
TeslaFi Tesla Token Generator is a Chrome extension developed by https://teslafi.com, and its main feature is "Used to generate a Tesla API Token for TeslaFi.com.".
Extension Screenshots
Download TeslaFi Tesla Token Generator Extension CRX File
Download TeslaFi Tesla Token Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The TeslaFi Tesla API Token Generator provides an easy to way to link your Tesla.com account to TeslaFi by opening a Tesla.com tab allowing you to enter your Tesla.com credentials directly on Tesla's website.
Extension Basic Information
Name | TeslaFi Tesla Token Generator |
ID | adnheflgkdelinknpflldgdapjpoampc |
Official URL | https://chromewebstore.google.com/detail/teslafi-tesla-token-gener/adnheflgkdelinknpflldgdapjpoampc |
Description | Used to generate a Tesla API Token for TeslaFi.com. |
File Size | 19.62 KB |
Installation Count | 3,957 |
Current Version | 2.1.0 |
Last Updated | 2021-11-25 |
Publish Date | 2021-11-23 |
Developer | https://teslafi.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.teslafi.com/privacy.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TeslaFi Tesla Token Generator", "short_name": "TeslaFi", "version": "2.1.0", "description": "Used to generate a Tesla API Token for TeslaFi.com.", "icons": { "128": "assets\/images\/128.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/auth.tesla.com\/", "https:\/\/auth.tesla.cn\/*" ], "background": { "scripts": [ "\/config.js", "\/assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/images\/128.png" }, "default_title": "TeslaFi Web App", "browser_style": false }, "content_scripts": [ { "matches": [ "*:\/\/*.teslafi.com\/*" ], "js": [ "\/config.js", "\/assets\/js\/content-script.js" ], "css": [ "\/assets\/css\/content-script.css" ] } ] } |