Watch and Learn Screen Recording

Record your screen and share with others.

Watch and Learn Screen Recordingคืออะไร?

Watch and Learn Screen Recording เป็นส่วนขยายของ Chrome ที่พัฒนาโดย venturesanywhere-team และคุณลักษณะหลักของมันคือ "Record your screen and share with others."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watch and Learn Screen Recording

ดาวน์โหลดไฟล์ส่วนขยาย Watch and Learn Screen Recording ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}