GoFastCall
One click to your next video conference call.
GoFastCall란 무엇입니까?
GoFastCall은(는) Stephen Ou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to your next video conference call."입니다.
확장 프로그램 스크린샷
GoFastCall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's 10:01AM. You are late for the 10AM meeting because your last Google Hangouts call went long. You are now scrambling to locate Google Calendar and find the Zoom link. This is stressful. No more. Say hello to GoFastCall. It is a Chrome Extension that takes you to your scheduled meeting in 1 click. It integrates directly with Google Calendar to find your meeting link, and works with popular video conferencing software like Zoom, Meet, Teams, Bluejeans, WebEx.
확장 프로그램 기본 정보
이름 | GoFastCall |
ID | kfhabohagpkmkmfbeffaaihlnjhfcnpj |
공식 URL | https://chromewebstore.google.com/detail/gofastcall/kfhabohagpkmkmfbeffaaihlnjhfcnpj |
설명 | One click to your next video conference call. |
파일 크기 | 19.41 KB |
설치 횟수 | 42 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2020-07-16 |
출시 날짜 | 2020-07-01 |
개발자 | Stephen Ou |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gofastcall.com/ |
도움말 페이지 URL | https://gofastcall.com/faq |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoFastCall", "version": "1.1.4", "description": "One click to your next video conference call.", "background": { "scripts": [ "gcal.js", "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "identity" ], "oauth2": { "client_id": "816595142846-jh5ga12deqidfio9b8ekdss6d8g9fv34.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] }, "options_page": "options.html", "browser_action": [], "manifest_version": 2 } |