Watch and Learn Screen Recording

Record your screen and share with others.

Watch and Learn Screen Recording क्या है?

Watch and Learn Screen Recording venturesanywhere-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record your screen and share with others."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Watch and Learn Screen Recording Watch and Learn Screen Recording
ID mhmjllnibpmibpkmmlgecppbhppianjh
आधिकारिक URL https://chromewebstore.google.com/detail/watch-and-learn-screen-re/mhmjllnibpmibpkmmlgecppbhppianjh
विवरण Record your screen and share with others.
फ़ाइल का आकार 1.85 MB
स्थापना संख्या 149
वर्तमान संस्करण 1.9.0
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2019-12-19
रेटिंग 4.27/5 कुल 11 रेटिंग्स
डेवलपर venturesanywhere-team
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://watchandlearn.io/privacy
समर्थित भाषाएँ 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'"
}