Google Calendar Events Cloner
Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.)
Google Calendar Events Cloner란 무엇입니까?
Google Calendar Events Cloner은(는) riatw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.)"입니다.
Google Calendar Events Cloner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | Google Calendar Events Cloner |
ID | ejpgjiimcjdimielnpcedmlhgbmeahji |
공식 URL | https://chromewebstore.google.com/detail/google-calendar-events-cl/ejpgjiimcjdimielnpcedmlhgbmeahji |
설명 | Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.) |
파일 크기 | 48.81 KB |
설치 횟수 | 71 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2017-04-03 |
출시 날짜 | 2017-04-02 |
개발자 | riatw |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Events Cloner", "description": "Google\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u5225\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u30b3\u30d4\u30fc\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(This extension copies events on the specific day of Google calendar to another calendar.)", "version": "1.0.11", "minimum_chrome_version": "29", "icons": { "128": "images\/icon\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png" }, "default_title": "Google Calendar Events Cloner", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.google.com\/*", "https:\/\/www.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/token", "https:\/\/www.googleapis.com\/", "http:\/\/riatw.me\/*" ], "content_scripts": [ { "matches": [ "https:\/\/riatw.me\/_extension_oauth\/gcal_event_cloner.html*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "oauth2\/oauth2.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |