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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 FogTeams for Google Meet - OWN YOUR TIME
ID naacaojnmeaeglpekgfdmoihhfckbeah
官方網址 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
電子郵箱 [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
}