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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Weet for Chrome: Video and Screen recorder拡張機能のCRXファイルをダウンロード

Weet for Chrome: Video and Screen recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    ]
}