GoFastCall

One click to your next video conference call.

什麼是GoFastCall?

GoFastCall是由Stephen Ou開發的Chrome擴展程式,該擴展的主要功能是“One click to your next video conference call.”。

擴展截圖

screenshot
screenshot
screenshot

下載GoFastCall擴展crx文件

下載GoFastCall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 GoFastCall
ID kfhabohagpkmkmfbeffaaihlnjhfcnpj
官方網址 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
}