Shepherd - Meetings with Superpowers

Shepherd is a B2B SaaS solution helping companies and teams adapt to the future of work by running more efficient meetings.

Shepherd - Meetings with Superpowersคืออะไร?

Shepherd - Meetings with Superpowers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meetshepherd.com และคุณลักษณะหลักของมันคือ "Shepherd is a B2B SaaS solution helping companies and teams adapt to the future of work by running more efficient meetings."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shepherd - Meetings with Superpowers

ดาวน์โหลดไฟล์ส่วนขยาย Shepherd - Meetings with Superpowers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Compatible with Google calendar, Chrome/Edge/Brave and Google Meet.
Shepherd is a B2B SaaS solution helping companies and teams adapt to the future of work by running more productive meetings.


Shepherd is your go-to meeting tool that helps you effortlessly run and organise all of your meetings. No more wasteful and pointless meetings - time to make every meeting count!

KEY FEATURES 🏆
⚡️  Quick & Convenient - take meeting notes instantly from your calendar and video
🚀  Collaborative - take shared and private notes with your team in real-time
✅  Organised - create custom agendas, assign tasks, @mentions and /Commands
💥  Connected - share your notes to other apps (Slack, Trello, Notion and more).

HOW TO GET STARTED ⭐
1. Install Shepherd’s Chrome extension by click 'Add to Chrome' above
2. Login with your Google account (use your email address you use for meetings)
3. Open your Google calendar and the Shepherd sidebar
4. Click on an event in your calendar and prepare for it before it begins
5. Join your Google Meet and open the Shepherd sidebar
6. Take collaborative and private notes and assign tasks to you and your team from your GMeet
7. Connect your favourite apps and sync your notes and action items to these within seconds
8. And Bob’s your uncle 👨

Checkout our website: https://www.meetshepherd.com                    

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

ชื่อ Shepherd - Meetings with Superpowers Shepherd - Meetings with Superpowers
ID mfdklpflbmbhldnjohkpdfaclaklphak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shepherd-meetings-with-su/mfdklpflbmbhldnjohkpdfaclaklphak
คำอธิบาย Shepherd is a B2B SaaS solution helping companies and teams adapt to the future of work by running more efficient meetings.
ขนาดไฟล์ 2.19 MB
จำนวนการติดตั้ง 667
เวอร์ชันปัจจุบัน 0.8.1
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2021-01-16
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://meetshepherd.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.meetshepherd.com
URL หน้าช่วยเหลือ https://www.meetshepherd.com/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shepherd - Meetings with Superpowers",
    "description": "Shepherd is a B2B SaaS solution helping companies and teams adapt to the future of work by running more efficient meetings.",
    "manifest_version": 2,
    "version": "0.8.1",
    "icons": {
        "16": "shepherd-icon-16-x-16.png",
        "48": "shepherd-icon-48-x-48.png",
        "128": "shepherd-icon-128-x-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "shepherd-icon-16-x-16.png",
            "48": "shepherd-icon-48-x-48.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "fonts\/sf_pro_text\/SF-Pro-Text-Regular.otf",
        "fonts\/sf_pro_text\/SF-Pro-Text-Semibold.otf"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "toggle-sidebar": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Command+S"
            },
            "description": "Will open or close the Shepherd sidebar"
        },
        "toggle-sidebar2": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "MacCtrl+X"
            },
            "description": "Will also open or close the Shepherd sidebar"
        },
        "toggle-sidebar3": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "MacCtrl+O"
            },
            "description": "Will also open or close the Shepherd sidebar"
        }
    }
}