Watch and Learn Screen Recording

Record your screen and share with others.

Watch and Learn Screen Recording là gì?

Watch and Learn Screen Recording là một tiện ích mở rộng Chrome được phát triển bởi venturesanywhere-team, và tính năng chính của nó là "Record your screen and share with others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Watch and Learn Screen Recording

Tải xuống các tệp mở rộng Watch and Learn Screen Recording dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Watch and Learn app allows to record your screen and share videos one to one, in groups or timelines.
Watch and Learn chrome application allows you to record your screen and narrate with your voice. It makes presentation simpler than ever. Live transcription and sentiment analysis artificial intelligence is included.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watch and Learn Screen Recording Watch and Learn Screen Recording
ID mhmjllnibpmibpkmmlgecppbhppianjh
URL Chính Thức https://chromewebstore.google.com/detail/watch-and-learn-screen-re/mhmjllnibpmibpkmmlgecppbhppianjh
Mô tả Record your screen and share with others.
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2019-12-19
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển venturesanywhere-team
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://watchandlearn.io/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch and Learn Screen Recording",
    "description": "Record your screen and share with others.",
    "version": "1.9.0",
    "permissions": [
        "desktopCapture",
        "tabCapture",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "permissions.html",
        "google.html",
        "facebook.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'"
}