gTasker Extension

Add and remove tasks on google calendar via chrome extension

什么是gTasker Extension?

gTasker Extension是由arun.ranganathan111开发的Chrome扩展程序,该扩展的主要功能是“Add and remove tasks on google calendar via chrome extension”。

扩展截图

screenshot
screenshot

下载gTasker Extension扩展crx文件

下载gTasker Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 gTasker Extension gTasker Extension
ID lljekoepijafpdebkahcjdhbjaappami
官方URL https://chromewebstore.google.com/detail/gtasker-extension/lljekoepijafpdebkahcjdhbjaappami
简介 Add and remove tasks on google calendar via chrome extension
文件大小 926 KB
安装次数 91
当前版本 0.0.0.1
更新时间 2017-10-21
上架时间 2017-10-21
评分 3.00/5 共2次评分
开发者 arun.ranganathan111
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}