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 |
公式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 |
Eメール | [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" ] } } |