gTasker Extension
Add and remove tasks on google calendar via chrome extension
gTasker Extensionคืออะไร?
gTasker Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arun.ranganathan111 และคุณลักษณะหลักของมันคือ "Add and remove tasks on google calendar via chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gTasker Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |