Sorty

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

Sorty क्या है?

Sorty Sorty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It all starts with a meeting. Connecting, centralizing and empowering your meetings to simplify your work."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sorty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}