Tolstoy - Free Screen and Video Recorder

Record your screen and camera with one click, and make your videos interactive with Tolstoy.

Tolstoy - Free Screen and Video Recorderคืออะไร?

Tolstoy - Free Screen and Video Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gotolstoy.com และคุณลักษณะหลักของมันคือ "Record your screen and camera with one click, and make your videos interactive with Tolstoy."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tolstoy - Free Screen and Video Recorder

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

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

                        Save time by connecting personalized introductions to existing videos, to create a unique experience for each viewer.
Share your video to engage and collect valuable data from viewers. 

The extension will help you record your screen and face with just one click.

Who is it for?
1. Sales teams
2. Customer success teams
3. Marketing teams
4. Ecommerce merchants 
5. Agencies
6. HR and Recruiting teams
7. Anyone else!

Key features
1. Free to use!
2. Fast, easy screen and video recording.
3. Send videos directly from Gmail or any other email tool.
4. Embed videos on your website or your E-commerce store.
5. Get analytics and insight on your video and viewers.

How to use
1. Install the Chrome extension and signup/login.
2. Record your screen and face using the Chrome extension.
3. Use the recorded video to create a Tolstoy (interactive video).
4. Share with customers, prospects, and anyone else.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tolstoy - Free Screen and Video Recorder Tolstoy - Free Screen and Video Recorder
ID lddobacmfjhpmcdapikgehklfonmnoeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tolstoy-free-screen-and-v/lddobacmfjhpmcdapikgehklfonmnoeg
คำอธิบาย Record your screen and camera with one click, and make your videos interactive with Tolstoy.
ขนาดไฟล์ 1018 KB
จำนวนการติดตั้ง 1,734
เวอร์ชันปัจจุบัน 1.0.51
อัปเดตครั้งล่าสุด 2023-07-17
วันที่เผยแพร่ 2022-01-17
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://gotolstoy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gotolstoy.com/
URL หน้าช่วยเหลือ https://help.gotolstoy.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Tolstoy",
    "name": "Tolstoy - Free Screen and Video Recorder",
    "version": "1.0.51",
    "manifest_version": 3,
    "description": "Record your screen and camera with one click, and make your videos interactive with Tolstoy.",
    "homepage_url": "https:\/\/app.gotolstoy.com",
    "permissions": [
        "activeTab",
        "tabs",
        "desktopCapture",
        "downloads",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/recording.js",
                "static\/js\/listener.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/gmail.css"
            ],
            "js": [
                "static\/js\/gmail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/linkedin.css"
            ],
            "js": [
                "static\/js\/linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.gotolstoy.com\/canvas\/"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/content_recorder.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "html\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}