Weet for Chrome: Video and Screen recorder
A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message.
Weet for Chrome: Video and Screen recorder란 무엇입니까?
Weet for Chrome: Video and Screen recorder은(는) https://weet.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message."입니다.
확장 프로그램 스크린샷
Weet for Chrome: Video and Screen recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Weet, you can record your face, your voice, and share your screen. Then, you get a link to share the video and easily circulate it across channels like instant messengers or email. Your teammates and clients can answer directly in your Weet by recording a screencast, video, or adding reactions for easy and fun asynchronous communication. From onboarding to troubleshooting customer issues, or troubleshooting a technical issue with your team, Weet makes collaboration quick, simple, and clear with collaborative video messaging and other features that set us apart from the rest. Save time by reducing back-and-forth typing and the need for synchronous communication. Your colleagues and clients will love it! Record and share videos for customer presentations, employee onboarding, team updates, and more—in just a few clicks. Weet was created by a team with years of experience building smart collaboration and video messaging tools. Why Weet ? 🤔 🎥 Record your video with co-authors ⚙️ Add filters and virtual backgrounds ✏️ Update your online video even after sharing the link ✂️ Add or remove sections of your video 👀 Track who watches your video 💼 Use workspaces and channels to organize your video - Add links & a CTA in your video - Rich commenting options - Auto-transcription & auto-captions ...and much more - no installation needed! 🌟 Record your webcam only 🌟 Record your screen with or without your webcam 🌟 Add filters on your webcam 🌟 Add a virtual background to your webcam 🌟 Record different sections in the same video and add chapters 🌟 Update your video anytime (even after sharing the link) 🌟 Add a virtual background to your webcam 🌟 Invite others to record their section in your video 🌟 Interact with your webcam & share your screen at any point of the video 🌟 Get notified about who watched your video 🌟 Export in mp4 format, embed your video on other websites and share it on social media 🌟 Share your video with anyone, anywhere and with advanced control options 🌟 Help your viewers get right to the point in your video tutorial with chapters 🌟 Use workspaces and channels to organize your conversations Info/Contact us: Website : https://weet.co Linkedin : https://www.linkedin.com/company/beeweet Twitter : https://twitter.com/beweet Facebook : https://www.facebook.com/Weet-1029656… Youtube : https://www.youtube.com/channel/UCeSULSpZZxie605zRdz4t4A How it works: https://www.youtube.com/watch?v=aWOFSnovpyo Support: [email protected]
확장 프로그램 기본 정보
이름 | Weet for Chrome: Video and Screen recorder |
ID | mhohnenkbgmndjgdccjmelopdaceibfk |
공식 URL | https://chromewebstore.google.com/detail/weet-for-chrome-video-and/mhohnenkbgmndjgdccjmelopdaceibfk |
설명 | A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message. |
파일 크기 | 95.45 KB |
설치 횟수 | 1,065 |
현재 버전 | 3.0.04 |
최근 업데이트 | 2022-06-08 |
출시 날짜 | 2020-09-02 |
평점 | 4.38/5 총 8 개의 평점 |
개발자 | https://weet.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://weet.co |
도움말 페이지 URL | https://help.weet.co |
개인정보 보호 정책 페이지 URL | https://weet.co/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weet for Chrome: Video and Screen recorder", "description": "A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message.", "version": "3.0.04", "manifest_version": 3, "icons": { "128": "icons\/icon_128.png" }, "action": { "default_title": "Weet" }, "background": { "default_icon": "icons\/icon_128.png", "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.weet.co\/*" ], "js": [ "contentScript\/mediaControl.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/icon_128_v2.png" ], "matches": [ "https:\/\/speacher.speach-qa.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/app.weet.co\/*" ] }, "permissions": [ "storage", "notifications", "contextMenus" ] } |