GoFastCall
One click to your next video conference call.
GoFastCallとは何ですか?
GoFastCallはStephen Ouによって開発されたChromeの拡張機能で、その主な機能は「One click to your next video conference call.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |