Hybryd

Better meetings without disrupting your workflow

Hybryd란 무엇입니까?

Hybryd은(는) https://hybryd.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better meetings without disrupting your workflow"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Become a meeting hero with Hybryd’s patented solution. 
Hybryd is unique in that it works inside your workflow and doesn’t replace it. All your data, meetings, notes and actions stay yours. The Hybryd extension helps you construct and manage meetings while giving you control over the flow around all the little bumps and detours meetings take.

FEATURES
The extension allows you to add an objective, agenda and pre-work information to a Google calendar meeting event. 
The agenda can be custom designed by you, or chosen from any of our many pre-built templates. 
Hybryd encourages collaboration and engagement by displaying important agenda information, duration times, and sound alerts, allowing you to take notes and assign actions to meeting attendees inside the meeting.
With Hybryd’s 4-in-1 meeting solution you can hold Ad hoc, Structured, Fluid and Recurring meetings.
Wrap Up makes sure nothing gets missed, actions are agreed and assigned to the correct person.

HOW TO GET STARTED
1. Login with your Chrome and your Google account ( if you have not already )
2. Install Hybryd’s Chrome extension by clicking 'Add to Chrome' above
3. Check your email or navigate to Google Calendar
4. Click in your calendar to create a new event or meeting
5. Hybryd will automatically load to the right and you will be able to create agendas, objectives, and pre-work.
6. When your meeting is done, all notes and assigned items will be sent to you and if you choose, your collaborators :-D



CONTACT US
[email protected]                    

확장 프로그램 기본 정보

이름 Hybryd Hybryd
ID cffgpakggoalogfphhpimjepphcmlcda
공식 URL https://chromewebstore.google.com/detail/hybryd/cffgpakggoalogfphhpimjepphcmlcda
설명 Better meetings without disrupting your workflow
파일 크기 3.87 MB
설치 횟수 399
현재 버전 1.2.0.7
최근 업데이트 2023-07-04
출시 날짜 2022-10-01
평점 5.00/5 총 7 개의 평점
개발자 https://hybryd.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hybryd.ai
도움말 페이지 URL https://www.hybryd.ai/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hybryd",
    "version": "1.2.0.7",
    "description": "Better meetings without disrupting your workflow",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/hybryd_16x16.png",
        "32": "icons\/hybryd_32x32.png",
        "48": "icons\/hybryd_48x48.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/hybryd_16x16.png",
            "32": "icons\/hybryd_32x32.png",
            "48": "icons\/hybryd_48x48.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/meet.google.com\/*",
            "https:\/\/meet.google.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "host_permissions": [
        "https:\/\/meet.google.com\/*",
        "https:\/\/calendar.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/api.production.hybryd.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "lib\/css\/sidePanel.css"
            ],
            "js": [
                "vendor\/js\/jquery-3.5.1.min.js",
                "lib\/js\/storage.js",
                "constantMessage.js",
                "contentScript\/virtualCamera.js",
                "JSElements.js",
                "contentScript\/contentScriptMeet.js"
            ]
        },
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "css": [
                "lib\/css\/sidePanel.css"
            ],
            "js": [
                "vendor\/js\/jquery-3.5.1.min.js",
                "vendor\/js\/moment.min.js",
                "vendor\/js\/analytics.js",
                "lib\/js\/storage.js",
                "constantMessage.js",
                "JSElements.js",
                "contentScript\/contentScriptCalendar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/lib\/js\/*.js"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "resources": [
                "\/pages\/*",
                "\/icons\/*",
                "\/lib\/assets\/*",
                "\/vendor\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "10917443518-8tmh8m7a67nvomdduqbarsngv31rlqkr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": []
}