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.

What is Weet for Chrome: Video and Screen recorder?

Weet for Chrome: Video and Screen recorder is a Chrome extension developed by https://weet.co, and its main feature is "A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Weet for Chrome: Video and Screen recorder Extension CRX File

Download Weet for Chrome: Video and Screen recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Weet for Chrome: Video and Screen recorder Weet for Chrome: Video and Screen recorder
ID mhohnenkbgmndjgdccjmelopdaceibfk
Official URL https://chromewebstore.google.com/detail/weet-for-chrome-video-and/mhohnenkbgmndjgdccjmelopdaceibfk
Description A picture paints a thousand words. So why send an email or schedule a meeting when you can send a video message.
File Size 95.45 KB
Installation Count 1,065
Current Version 3.0.04
Last Updated 2022-06-08
Publish Date 2020-09-02
Rating 4.38/5 Total 8 Ratings
Developer https://weet.co
Email [email protected]
Payment Type free
Extension Website https://weet.co
Help Page URL https://help.weet.co
Privacy Policy Page URL https://weet.co/privacy-policy
Supported Languages 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"
    ]
}