TeslaFi Tesla Token Generator

Used to generate a Tesla API Token for TeslaFi.com.

Co je TeslaFi Tesla Token Generator?

TeslaFi Tesla Token Generator je rozšíření Chrome vyvinuté https://teslafi.com, a jeho hlavní funkcí je „Used to generate a Tesla API Token for TeslaFi.com.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TeslaFi Tesla Token Generator

Stáhněte si soubory rozšíření TeslaFi Tesla Token Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TeslaFi Tesla Token Generator TeslaFi Tesla Token Generator
ID adnheflgkdelinknpflldgdapjpoampc
Oficiální URL https://chromewebstore.google.com/detail/teslafi-tesla-token-gener/adnheflgkdelinknpflldgdapjpoampc
Popis Used to generate a Tesla API Token for TeslaFi.com.
Velikost souboru 19.62 KB
Počet instalací 3,957
Aktuální Verze 2.1.0
Poslední Aktualizace 2021-11-25
Datum Vydání 2021-11-23
Vývojář https://teslafi.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.teslafi.com/privacy.php
Podporované Jazyky 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"
            ]
        }
    ]
}