Watch and Learn Screen Recording

Record your screen and share with others.

Wat is Watch and Learn Screen Recording?

Watch and Learn Screen Recording is een Chrome-extensie ontwikkeld door venturesanywhere-team, en de belangrijkste functie is "Record your screen and share with others.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Watch and Learn Screen Recording

Download Watch and Learn Screen Recording-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Watch and Learn Screen Recording Watch and Learn Screen Recording
ID mhmjllnibpmibpkmmlgecppbhppianjh
Officiële URL https://chromewebstore.google.com/detail/watch-and-learn-screen-re/mhmjllnibpmibpkmmlgecppbhppianjh
Beschrijving Record your screen and share with others.
Bestandsgrootte 1.85 MB
Aantal Installaties 149
Huidige Versie 1.9.0
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2019-12-19
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar venturesanywhere-team
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://watchandlearn.io/privacy
Ondersteunde Talen 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'"
}