Screen Recording

Start a screen recording from admin panel in the browser. Save screen video in various formats

Screen Recording là gì?

Screen Recording là một tiện ích mở rộng Chrome được phát triển bởi Sandy Predator, và tính năng chính của nó là "Start a screen recording from admin panel in the browser. Save screen video in various formats".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng 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

                        With the ever-evolving online world, screen recording has become an incredibly important tool for businesses and individuals alike. Whether it’s for creating promotional materials, how-to tutorials, or just for fun, screen recording is a great way to capture what’s happening on your computer’s screen.

For those using the Chrome browser extension My Screen Recording has a variety of options for recording your screen. As the internet has become a part of everyday life, the need for video recording tool has become more important than ever. Video recording tool allows you to record what’s happening on your computer screen and share it with others. 

Overall, screen recording is a great way to capture what’s happening on your computer’s screen and there are a variety of options available for those who are using Chrome. Whether you’re looking for a free solution to capture the app or certain tab, there’s something available to suit your needs.                    

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

Tên Screen Recording Screen Recording
ID dlcelhclgobpnegajplgemdhegfiglif
URL Chính Thức https://chromewebstore.google.com/detail/screen-recording/dlcelhclgobpnegajplgemdhegfiglif
Mô tả Start a screen recording from admin panel in the browser. Save screen video in various formats
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-04-26
Ngày Phát Hành 2023-04-26
Đánh Giá 4.50/5 Tổng số 50 Đánh Giá
Nhà Phát Triển Sandy Predator
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/screen-recording-extension
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/ICON.png",
        "48": "img\/ICON.png",
        "128": "img\/ICON.png"
    },
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "recordingPopup.html"
        }
    }
}