Screencast It

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

Screencast It क्या है?

Screencast It Kelly Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select and record part of the page. No watermarks or limits."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screencast It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Screencast It Screencast It
ID gglgafelnlnflpbebjhlhhibdginlpia
आधिकारिक URL https://chrome.google.com/webstore/detail/screencast-it/gglgafelnlnflpbebjhlhhibdginlpia
विवरण Select and record part of the page. No watermarks or limits.
फ़ाइल का आकार 897 KB
स्थापना संख्या 50,000
वर्तमान संस्करण 1.4.78
अंतिम अपडेट 2020-10-07
प्रकाशन तिथि 2020-08-27
रेटिंग 4.75/5 कुल 12 रेटिंग्स
डेवलपर Kelly Young
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-Policy-Screencast-it-ce355dd8eaa34380934a6e9565922227
समर्थित भाषाएँ 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
}