FogTeams for Google Meet - OWN YOUR TIME

Fully align team & stakeholders during meetings and automate follow ups.

Vad är FogTeams for Google Meet - OWN YOUR TIME?

FogTeams for Google Meet - OWN YOUR TIME är en Chrome-tillägg utvecklad av https://fogteams.com, och dess huvudfunktion är "Fully align team & stakeholders during meetings and automate follow ups.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FogTeams for Google Meet - OWN YOUR TIME-förlängningens CRX-fil

Ladda ner FogTeams for Google Meet - OWN YOUR TIME-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FogTeams for Google Meet - OWN YOUR TIME FogTeams for Google Meet - OWN YOUR TIME
ID naacaojnmeaeglpekgfdmoihhfckbeah
Officiell webbadress https://chromewebstore.google.com/detail/fogteams-for-google-meet/naacaojnmeaeglpekgfdmoihhfckbeah
Beskrivning Fully align team & stakeholders during meetings and automate follow ups.
Filstorlek 59.81 KB
Antal Installationer 60
Aktuell Version 1.0.13
Senast Uppdaterad 2023-07-06
Publiceringsdatum 2023-07-06
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://fogteams.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.fogteams.com
Hjälpsida URL https://www.fogteams.com/support
URL till Sekretesspolicy Sidan https://www.fogteams.com/privacyPolicy
Stödda Språk 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
}