Screencast It

Select and record part of the page. No watermarks or limits.

Apa itu Screencast It?

Screencast It adalah ekstensi Chrome yang dikembangkan oleh Kelly Young, dan fitur utamanya adalah "Select and record part of the page. No watermarks or limits.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screencast It

Unduh file ekstensi Screencast It dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Screencast It allows you to record a video from a part of the screen. 

⭐ Record selected an area of the page
⭐ WEBM format
⭐ Take screenshot

This tool can’t stream from desktop or web camera. Also, if you navigate away from the page the recording will be stopped.                    

Informasi Dasar Ekstensi

Nama Screencast It Screencast It
ID gglgafelnlnflpbebjhlhhibdginlpia
URL Resmi https://chrome.google.com/webstore/detail/screencast-it/gglgafelnlnflpbebjhlhhibdginlpia
Deskripsi Select and record part of the page. No watermarks or limits.
Ukuran File 897 KB
Jumlah Instalasi 50,000
Versi Saat Ini 1.4.78
Terakhir Diperbarui 2020-10-07
Tanggal Publikasi 2020-08-27
Penilaian 4.75/5 Total 12 Penilaian
Pengembang Kelly Young
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.notion.so/Privacy-Policy-Screencast-it-ce355dd8eaa34380934a6e9565922227
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.4.78",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/*.google-analytics.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "web_accessible_resources": [
        "videodisplay.html",
        "*.png"
    ],
    "manifest_version": 2
}