FogTeams for Google Meet - OWN YOUR TIME
Fully align team & stakeholders during meetings and automate follow ups.
FogTeams for Google Meet - OWN YOUR TIMEとは何ですか?
FogTeams for Google Meet - OWN YOUR TIMEはhttps://fogteams.comによって開発されたChromeの拡張機能で、その主な機能は「Fully align team & stakeholders during meetings and automate follow ups.」です。
拡張機能のスクリーンショット
FogTeams for Google Meet - OWN YOUR TIME拡張機能のCRXファイルをダウンロード
FogTeams for Google Meet - OWN YOUR TIME拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As a team lead, manager or leadership, you attend a lot of meetings. The fundamental objective of most meetings is to align the participants through minutes of meetings, and next steps, prioritisation & visibility of updates on next steps. However, how many times have you had to explain the direction & prioritisation after the meeting ends and how many times have you “discussed” something, when a peer or team member considered it a decision? Also, how many times have you joined a meeting and felt wanting on what was discussed in last meeting and next steps from previous discussion? Again, how many times have you not written next steps because unlike Tech your tasks move very fast (same day deadlines!)? Finally, how many times have you had to call a meeting to see progress on the next steps so you and other stakeholders are updated on progress. We are here to fix that. Introducing FogTeams, which is your one-stop solution for alignment, prioritisation, & visibility for all participants in async. Without losing the human touch with voice & video, and context from Screen share. So you spend your time in meeting just for specific decisions and leave with full alignment of all participants, while automating, prioritisation, visibility and updates in Slack. AI-enabled Full Alignment: Create a meaningful minutes of meeting and extract relevant action items with owners & deadlines from the meeting with one-click AI assistant, right within the meeting so all participants agree before it ends. Add context and collaborate on the auto generated notes with manual edits & additions. With FogTeams for Google Meet, you can: - Access notes and action items from previous meetings automatically - Capture meeting notes collaboratively with real-time updates visible to all participants - Generate minutes of meetings and next steps on 1 click - Create and assign action items with deadlines to all participants - Get an email report at the end of call with meeting notes and action items - Create personal notes accessible only to you - Download to Slack to access full dashboard of all tasks or any meeting notes or any qualitative or quantitative information from a recurring meeting on-demand on Slack Again, currently, teams spend long hours duplicating the effort of taking meeting notes & assigning action-items offline and then communicating them to all via Email, Slack, Google docs and others. FogTeams improves team’s productivity by removing duplication of effort and allowing real-time collaboration during meetings FogTeams for Slack will be launched soon for synchronising information across multi-communication channels At FogTeams, we are building Collaboration AI for GTM teams that lets you: - Be as organized as Tech team with Jira, without spending time & effort on another tool - Access and track project reports across multiple communication channels such as Slack, Google Meet, Zoom, Google Docs / Sheets and through the FogTeams platform - Improve organisation’s productivity by reducing time consumed in meetings by substituting meeting with offline video/ audio/ text updates - all accessible via emails, on FogTeams dashboard, on Slack and other channels - Intelligently take away some of your cognitive load and manual tasks by automating follow-ups etc. There is a 15-days free-trial after you sign up on the Fogteams platform. Post that, there are in-app purchases, if you wish to continue using our product. If you have any queries, please email us at [email protected]. Please see here our privacy policy and terms. Terms of Use : https://www.fogteams.com/terms_conditions Privacy Policy : https://www.fogteams.com/privacyPolicy - We collect the call transcript during all meetings for the AI-assisted notes generation process. We store the transcribed notes, and related information, safely in our databases, with a strict data & privacy policy. - Please refer to our privacy policy for more information
拡張機能の基本情報
名前 | FogTeams for Google Meet - OWN YOUR TIME |
ID | naacaojnmeaeglpekgfdmoihhfckbeah |
公式URL | https://chromewebstore.google.com/detail/fogteams-for-google-meet/naacaojnmeaeglpekgfdmoihhfckbeah |
説明 | Fully align team & stakeholders during meetings and automate follow ups. |
ファイルサイズ | 59.81 KB |
インストール数 | 60 |
現在のバージョン | 1.0.13 |
最終更新日 | 2023-07-06 |
公開日 | 2023-07-06 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://fogteams.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.fogteams.com |
ヘルプページのURL | https://www.fogteams.com/support |
プライバシーポリシーページのURL | https://www.fogteams.com/privacyPolicy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FogTeams for Google Meet - OWN YOUR TIME", "description": "Fully align team & stakeholders during meetings and automate follow ups.", "version": "1.0.13", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/icon-32.png", "default_title": "FogTeams - OWN YOUR TIME" }, "content_scripts": [ { "matches": [ "https:\/\/*.meet.google.com\/*" ], "exclude_matches": [ "https:\/\/meet.google.com\/" ], "js": [ "plugins\/jquery-3.6.1.slim.min.js", "contentScript.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "assets\/icon-16.png", "assets\/icon-32.png", "assets\/icon-48.png", "assets\/icon-128.png" ], "matches": [ "https:\/\/*.meet.google.com\/*", "https:\/\/*.fogteams.com\/*", "http:\/\/localhost:3000\/*" ] } ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "manifest_version": 3 } |