Arkadin
Schedule meetings directly from Google Calendar
Arkadin란 무엇입니까?
Arkadin은(는) Arkadin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule meetings directly from Google Calendar"입니다.
확장 프로그램 스크린샷
Arkadin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Organise and start audio, web and video conferences in seconds from your Chrome browser with the Arkadin Chrome Extension. - Enter your account credentials once and then enjoy instant access to your meetings - Start your meetings in one click from you Chrome browser - Send invitations from your email client or Gmail in seconds, pre-populated with audio, video and web conferencing information - Create calendar invites in Google Calendar or another calendar application, pre-populated with audio, video and web conferencing information An Arkadin account is required to organise and start meetings.
확장 프로그램 기본 정보
이름 | |
ID | ehecnhgifplgbffdfcepnigdhppopfbh |
공식 URL | https://chrome.google.com/webstore/detail/ehecnhgifplgbffdfcepnigdhppopfbh |
설명 | Schedule meetings directly from Google Calendar |
파일 크기 | 726 KB |
설치 횟수 | 7,484 |
현재 버전 | 1.7.2.0 |
최근 업데이트 | 2021-07-07 |
출시 날짜 | 2019-12-20 |
평점 | 4.86/5 총 28 개의 평점 |
개발자 | Arkadin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.arkadin.com/ |
도움말 페이지 URL | http://www.arkadin.com/client-support/ |
개인정보 보호 정책 페이지 URL | https://www.arkadin.com/privacy |
지원되는 언어 | de,en,fr,nl,tr,es,it,pl,fi,sv,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "options_page": "options.html", "browser_action": { "default_icon": "\/images\/48.png", "default_popup": "popup.html", "default_title": "Arkadin" }, "web_accessible_resources": [ "mailTemplate\/*", "_locales\/mailTemplate\/*", "images\/*" ], "content_scripts": [ { "css": [ "\/CSS\/jquery-ui.css", "\/CSS\/styleSheetCalendar.css" ], "js": [ "\/Scripts\/common\/jquery-2.1.0.min.js", "Scripts\/common\/jquery.i18n.properties-min-1.0.9.js", "Scripts\/common\/jquery-ui-1.10.4.custom.min.js", "Scripts\/common\/date.format.js", "Scripts\/common\/UrlParameters.js", "Scripts\/common\/Base64Encoder.js", "\/Scripts\/objects.js", "\/Scripts\/tools.js", "\/Scripts\/content_scripts.js" ], "matches": [ "https:\/\/www.google.com\/calendar\/*", "https:\/\/mail.google.com\/mail\/*", "https:\/\/calendar.google.com\/*" ] } ], "icons": { "128": "\/images\/128.png", "16": "\/images\/16.png", "48": "\/images\/48.png" }, "permissions": [ "storage", "unlimitedStorage", "downloads", "downloads.open", "tabs", "*:\/\/www.google.com\/calendar\/*", "*:\/\/calendar.google.com\/*", "*:\/\/*.anywhereconference.com\/*", "*:\/\/*.conferencing-tools.com\/*", "*:\/\/*.arkadin.com\/*", "*:\/\/*.google.com\/" ], "version": "1.7.2.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |