Fellow: Meeting Notes, Agendas, and 1-on-1s

Access Fellow agendas and notes in Google Meet and display meeting cost in Google Calendar

Fellow: Meeting Notes, Agendas, and 1-on-1sคืออะไร?

Fellow: Meeting Notes, Agendas, and 1-on-1s เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fellow.app และคุณลักษณะหลักของมันคือ "Access Fellow agendas and notes in Google Meet and display meeting cost in Google Calendar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fellow: Meeting Notes, Agendas, and 1-on-1s

ดาวน์โหลดไฟล์ส่วนขยาย Fellow: Meeting Notes, Agendas, and 1-on-1s ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📣 [NEW] Meeting Cost Calculator in Google Calendar 💵
Fellow’s free Chrome extension makes it easy for you to view your meeting cost so you can right-size your meetings.

Fellow’s free Chrome extension also makes it easy to have your meeting notes right where you work. Improve your team meetings and one-on-ones, easily collaborate on meeting agendas, record action items, and stay on top of due dates - all without leaving the tools that you already use.

OVER 10 MILLION MEETING NOTES, 100+ COUNTRIES
Fellow is trusted by leaders at Fortune 500 and Unicorn companies such as Warner Media, Fanatics, Shopify and Aledade, to run productive meetings.

⭐️ ”I love that I can easily view Fellow when I am in Google meets with my Fellow Chrome extension. This saves me having too many windows open and leaves everything right at my fingertips.” - Charlotte M, Team Lead,  in a G2 review.

KEY FEATURES
With a free Fellow account, you’ll have access to these key features:
  -  🖊️ Collaborate on meeting agendas directly in Google Meet
  -  ✅ Build accountability with assigned action items
  -  🗓️ Keep track of due dates directly in your Google Calendar
  -  📬 Easily share the agenda with your meeting attendees
  -  👨‍🏫 Apply expert-approved meeting templates
  -  📷 Insert images, gifs, Google Drive files and more directly into your meeting notes
  -  🏃‍♀️ Run effective 1-on-1s with a clear purpose, agenda, and outcome

-------

👩‍💻 GOOGLE MEET INTEGRATION  
  -  Have your shared meeting agendas open automatically when you join your video call
  -  For unscheduled or ad-hoc calls, simply hit “Start a new meeting” to create a new note. You can then share the note with anyone on the call
  -  Collaboratively write meeting minutes and action items in real-time
  -  See your meeting attendees and notes, side-by-side with our intuitive overlay
  -  End the call with clear takeaways and action items to build accountability

🗓️ GOOGLE CALENDAR INTEGRATION
  -  Quickly open your notes by clicking on the button in your calendar event description
  -  Easily add discussion topics to your upcoming meetings and 1-on-1s by using the side panel
  -  Encourage your meeting attendees to collaborate on the agenda by including the link in the calendar invite
  -  See what tasks need to be completed with due date indicators on your calendar
  -  Make the notes easy to find by including a direct link to your meeting agenda in the calendar description.

🔐 SECURITY & PRIVACY
Fellow employs many security and industry best practices to ensure our product and systems stay secure. Highlights include SOC 2 Compliance, ongoing Vulnerability Scans, and Firewalls + Encryption on our Server Infrastructure. Read more here: https://help.fellow.app/en/articles/4302231-security-compliance

Learn more about Fellow and our other integrations at https://fellow.app                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fellow: Meeting Notes, Agendas, and 1-on-1s Fellow: Meeting Notes, Agendas, and 1-on-1s
ID nomeamlnnhgiickcddocjalmlhdfknpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fellow-meeting-notes-agen/nomeamlnnhgiickcddocjalmlhdfknpo
คำอธิบาย Access Fellow agendas and notes in Google Meet and display meeting cost in Google Calendar
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 49,454
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2023-12-07
วันที่เผยแพร่ 2020-11-17
คะแนน 4.84/5 รวมทั้งหมด 94 คะแนน
ผู้พัฒนา https://fellow.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fellow.app
URL หน้าช่วยเหลือ https://help.fellow.app/en/
URL หน้านโยบายความเป็นส่วนตัว https://fellow.app/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5.2",
    "name": "Fellow: Meeting Notes, Agendas, and 1-on-1s",
    "homepage_url": "https:\/\/fellow.app\/auth\/login",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fellow.app\/*",
            "https:\/\/*.fellow.co\/*"
        ]
    },
    "description": "Access Fellow agendas and notes in Google Meet and display meeting cost in Google Calendar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/"
            ],
            "js": [
                "scripts\/google\/meet.js"
            ],
            "css": [
                "styles\/videocall.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "scripts\/google\/calendar.js"
            ],
            "css": [
                "styles\/button.css",
                "styles\/sidebar.css",
                "styles\/badges.css",
                "styles\/meetingCost.css",
                "styles\/prompt.css",
                "styles\/breaksBetweenMeetings.css",
                "styles\/meetingPurpose.css",
                "styles\/attendeeMeetingHours.css",
                "styles\/meetingRecorder.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.fellow.app\/*",
                "https:\/\/*.fellow.co\/*"
            ],
            "js": [
                "scripts\/fellow.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "scripts\/*.js"
            ],
            "matches": [
                "https:\/\/*.fellow.app\/*",
                "https:\/\/*.fellow.co\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "extension_ids": [
                "eeclpdfpnjegalkhodajlgdhfhlacbgn",
                "nomeamlnnhgiickcddocjalmlhdfknpo"
            ]
        }
    ],
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.fellow.app\/*",
        "https:\/\/*.fellow.co\/*"
    ],
    "action": {
        "default_title": "Fellow.app",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}