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ファイルをダウンロード

Sorty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}