GoFastCall
One click to your next video conference call.
¿Qué es GoFastCall?
GoFastCall es una extensión de Chrome desarrollada por Stephen Ou, y su función principal es "One click to your next video conference call.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GoFastCall
Descarga archivos de extensión GoFastCall en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | GoFastCall |
ID | kfhabohagpkmkmfbeffaaihlnjhfcnpj |
URL Oficial | https://chromewebstore.google.com/detail/gofastcall/kfhabohagpkmkmfbeffaaihlnjhfcnpj |
Descripción | One click to your next video conference call. |
Tamaño del Archivo | 19.41 KB |
Cantidad de Instalaciones | 42 |
Versión Actual | 1.1.4 |
Última Actualización | 2020-07-16 |
Fecha de Publicación | 2020-07-01 |
Desarrollador | Stephen Ou |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gofastcall.com/ |
URL de la Página de Ayuda | https://gofastcall.com/faq |
Idiomas Soportados | 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 } |