Business Hangouts

Webinars and Web Conferencing for G Suite

Business Hangouts란 무엇입니까?

Business Hangouts은(는) https://business-hangouts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webinars and Web Conferencing for G Suite"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Allows screen sharing for Business Hangouts.

Business Hangouts provides Webinars and Video Conferencing for Google G Suite

- Full Featured Event Planner 
- Mobile Responsive Platform
- Integrated with G Suite; Google Docs, Sheets, G-Drive,Slides
- HD Streaming
- Content sharing - including PDF, Power Point, Word Doc, Excel and most popular file formats supported
- Customizable/Brandable Event Pages and Email Communication
- Screen Sharing during webinar
- Video Chat (desktop and mobile)
- No Software To Install or Special PINs
- Simple and Easy to Use (5 minutes to setup)
- Event Participants can Register via LinkedIn, Facebook, Google+, Gmail or any email address
- Private or Public Events
- Moderated Chat with Full Participant Moderation
- Fixed URLs for Permanent Virtual Meeting Rooms
- Quick setup
- G-Suite Compatible

Industries served:

- Education: colleges, universities, technical schools, language schools
- Enterprises: small and large businesses who wish to broadcast live webinars for virtually any purpose
- Government Agencies: town hall meetings, special events, live poling or elections
- Webinar Software for Marketing:  product or service marketers, seminar marketers, event marketing, direct sales
- Non-profit organizations:  fund raising, awareness, live event broadcasts

Additional Capabilities:

- Full event analytics
- Easily share surveys and forms during live events
- Can integrate with popular CRM software
- Can integrate with email platforms
- HD quality video
- Fully support via email or calls
- Managed services - we can manage your whole webinar event for you from start to finish, even provide content creation
- Business Hangouts works great for schools and universities and currently used by over 100,000 teachers
- Training available
- Share charts, drawings, diagrams,files, videos

For more: https://business-hangouts.com                    

확장 프로그램 기본 정보

이름 Business Hangouts Business Hangouts
ID pdlmmiianmjhlkdbbbhpbeecimmbocbp
공식 URL https://chrome.google.com/webstore/detail/business-hangouts/pdlmmiianmjhlkdbbbhpbeecimmbocbp
설명 Webinars and Web Conferencing for G Suite
파일 크기 22.76 KB
설치 횟수 388
현재 버전 1.0.1
최근 업데이트 2020-01-27
출시 날짜 2020-01-27
평점 5.00/5 총 1 개의 평점
개발자 https://business-hangouts.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.business-hangouts.com
도움말 페이지 URL https://www.business-hangouts.com/support
개인정보 보호 정책 페이지 URL https://www.business-hangouts.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "tabs"
    ]
}