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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |