StandNote

StandNote is your easy to use online meeting assistant that backs you up with automated meeting minutes for every conversation.

StandNote란 무엇입니까?

StandNote은(는) https://standnote.netlify.app/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "StandNote is your easy to use online meeting assistant that backs you up with automated meeting minutes for every conversation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        StandNote is your easy to use online meeting assistant that backs you up with automated meeting minutes in every conversation. It will help you save time on board meetings, team management, and customer support so that you just focus on the conversation and never miss what’s important.

It could be used along with all video conferencing tools - Google Meet, Zoom, Blue Jeans, GoToMeeting, Teams, and more. What’s more special is that using our unique machine learning algorithms, we will extract essential Action Items, Decisions, and Crucial Insights and turn them into a comprehensive, collaborative meeting summary. StandNote will be packed with a bunch of important integrations like - Slack and Notion to further ease your work life.

StandNote also fits into the current online education scenario where most of the classes take place over online platforms like Google Meet and Zoom. We help students with quick and concise notes that help them to revise and memorize the concepts better.

Features 📖:
- Remove the Distraction of Note-Taking
- Get MoM for any online and offline meeting
- Automatically creates a meeting summary after each meeting
- Analysing the ambience of a meeting
- Share and edit on the MOMs.
- Dashboard to organize the MoMs
- Send mail to the user when the MoM is generated
- Easy to use markdown templates that suit the agenda of the meeting.
- Manage & organize meeting notes as per teams.
- Directly push the MoM to the respective Notion Document.
- Can be used with any video conferencing app.                    

확장 프로그램 기본 정보

이름 StandNote StandNote
ID emgbjefldokjjjoofmidcnigmienlclm
공식 URL https://chromewebstore.google.com/detail/standnote/emgbjefldokjjjoofmidcnigmienlclm
설명 StandNote is your easy to use online meeting assistant that backs you up with automated meeting minutes for every conversation.
파일 크기 369 KB
설치 횟수 108
현재 버전 1.0.0
최근 업데이트 2020-12-20
출시 날짜 2020-12-19
평점 5.00/5 총 7 개의 평점
개발자 https://standnote.netlify.app/
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://standnote.netlify.app/
개인정보 보호 정책 페이지 URL https://sites.google.com/view/standnote/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StandNote",
    "version": "1.0.0",
    "description": "StandNote is your easy to use online meeting assistant that backs you up with automated meeting minutes for every conversation.",
    "short_name": "StandNote",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "assets\/icon48.png"
    },
    "background": {
        "scripts": [
            "javascript\/micPermission.js",
            "javascript\/azure-speech-to-text.js",
            "javascript\/microsoft.cognitiveservices.speech.sdk.bundle-min.js",
            "javascript\/eventPage.js"
        ],
        "persistant": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com\/@lottiefiles\/lottie-player@latest\/dist\/lottie-player.js; object-src 'self'",
    "permissions": [
        "storage",
        "identity",
        "",
        "https:\/\/standnote.herokuapp.com\/*",
        "tabs",
        "tabCapture"
    ],
    "oauth2": {
        "client_id": "337386111803-7o99c71aahdhtkffc5q0c316a4btgn48.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}