Sorty

It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work.

Sorty란 무엇입니까?

Sorty은(는) Sorty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work."입니다.

확장 프로그램 스크린샷

screenshot

Sorty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Access Sorty meeting notes directly from Google Meet calls. 

You will love being in a meeting and taking your notes without leaving your guests and the tools you already use. This plugin will let you connect your notes directly to your Sorty application. You won’t need to juggle multiple apps and windows taking your notes, action items, and reminders. Sorty is connecting, centralizing, and empowering your meetings to simplify your work.

Integrate your notes and documents to your calendar and most popular work apps. Keep track of anything, build collaborative agendas as you stay aligned on projects, track progress and accountability.

Key Sorty Features

- Collaborate on meeting agendas directly in Google Meet
- Assign action items.
- Prepare for upcoming meetings.
- Share the agenda with your meeting attendees.
- Apply meeting templates.
- Insert images, files, links, and more directly into your meeting notes
- Run effective meetings and level up team accountability.
- Run effective meetings and level up team accountability.
- Generate and download automatic minutes in PDF. 
- Search and find easily your notes by guests, tags, and dates.

What does Google Meet Integration do?

- Open your meeting agenda with one click. 
- Meeting notes will be accessible quickly when you need them.
- Take meeting minutes and action items.
- As you are in a meeting you are building accountability
- Find all your Google Calendar meetings without juggling tabs.                    

확장 프로그램 기본 정보

이름 Sorty Sorty
ID dfhhhkedlkahklbggikdhdmnabgckceg
공식 URL https://chromewebstore.google.com/detail/sorty/dfhhhkedlkahklbggikdhdmnabgckceg
설명 It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work.
파일 크기 558 KB
설치 횟수 58
현재 버전 1.0.11
최근 업데이트 2023-07-26
출시 날짜 2022-10-04
평점 5.00/5 총 1 개의 평점
개발자 Sorty
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getsorty.com/
개인정보 보호 정책 페이지 URL https://www.getsorty.com/pol%C3%ADtica-de-privacidad
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorty",
    "description": "It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work.",
    "version": "1.0.11",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/sorty16.png",
        "32": ".\/icons\/sorty32.png",
        "48": ".\/icons\/sorty48.png",
        "128": ".\/icons\/sorty128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/sorty-white.svg",
                "icons\/sorty-pressed.svg",
                "icons\/sorty_text.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.getsorty.com\/"
    ],
    "permissions": [
        "cookies"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                ".\/assets\/meet.min.css"
            ],
            "js": [
                ".\/assets\/meet.min.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ]
        }
    ]
}