gTasker Extension

Add and remove tasks on google calendar via chrome extension

Co je gTasker Extension?

gTasker Extension je rozšíření Chrome vyvinuté arun.ranganathan111, a jeho hlavní funkcí je „Add and remove tasks on google calendar via chrome extension“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření gTasker Extension

Stáhněte si soubory rozšíření gTasker Extension 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í

                        This is chrome extension is made to make life easier by easily accessing google calendar. By allowing you to add and remove reminders via chrome extension, you can be efficient at planning what homework/tasks/projects are due. Add and remove tasks on Google Calendar via gTasker.                    

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

Název gTasker Extension gTasker Extension
ID lljekoepijafpdebkahcjdhbjaappami
Oficiální URL https://chromewebstore.google.com/detail/gtasker-extension/lljekoepijafpdebkahcjdhbjaappami
Popis Add and remove tasks on google calendar via chrome extension
Velikost souboru 926 KB
Počet instalací 91
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2017-10-21
Datum Vydání 2017-10-21
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář arun.ranganathan111
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gTasker Extension",
    "manifest_version": 2,
    "description": "Add and remove tasks on google calendar via chrome extension",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "calendar.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "identity",
        "https:\/\/ssl.gstatic.com\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "identity.email"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ],
    "oauth2": {
        "client_id": "1047311040462-mo6voatnrhtqqh1j0fl836evb1fppeun.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}