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”。
擴展截圖
下載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 |
ID | lljekoepijafpdebkahcjdhbjaappami |
官方網址 | 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" ] } } |