Viostream - Free Screen Recording Tool

Create recordings with ease, instantly share them with your audience

Τι είναι το Viostream - Free Screen Recording Tool;

Το Viostream - Free Screen Recording Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.viostream.com, και η κύρια λειτουργία του είναι "Create recordings with ease, instantly share them with your audience".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Viostream - Free Screen Recording Tool

Λήψη αρχείων επέκτασης Viostream - Free Screen Recording Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Record your screen, camera or both, share your video with your audience

They say a picture says a thousand words. Well, then a video must be worth a million. Use quick and easy recordings for team updates, customer communications, product demonstrations, employee onboarding. the use cases are nearly endless

All for free, with Viostream's screen recorder

FEATURES
✔️ Fast, easy recordings of your screen and/or camera
✔️ High quality recordings
✔️ Choose camera and microphone, quick mute tools
✔️ Download high quality recordings
✔️ Share your recordings using Viostream's customizable share page. 

COMING SOON
🔵 On screen drawing and annotation tools
🔵 Customizable mouse cursor, click highlighter                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Viostream - Free Screen Recording Tool Viostream - Free Screen Recording Tool
ID cimanafijedfkpkhfokkhgoncjighopc
Επίσημο URL https://chromewebstore.google.com/detail/viostream-free-screen-rec/cimanafijedfkpkhfokkhgoncjighopc
Περιγραφή Create recordings with ease, instantly share them with your audience
Μέγεθος Αρχείου 1.86 MB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 0.9.16
Τελευταία Ενημέρωση 2024-01-19
Ημερομηνία Δημοσίευσης 2022-12-17
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.viostream.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.viostream.com/product/video-creation
Διεύθυνση URL της Σελίδας Βοήθειας https://help.viostream.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.viostream.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viostream - Free Screen Recording Tool",
    "description": "Create recordings with ease, instantly share them with your audience",
    "version": "0.9.16",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons\/logo-16.png",
        "48": "images\/icons\/logo-48.png",
        "128": "images\/icons\/logo-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "exclude_globs": [
                "chrome-extension:\/\/*",
                "https:\/\/id.app.*.viostream.io\/*",
                "https:\/\/id.app.viostream.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/icons\/logo-16.png",
            "48": "images\/icons\/logo-48.png",
            "128": "images\/icons\/logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "views\/detector.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/capture.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/recorder.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/auth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/recorder.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/fonts\/inter\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/viostream.com\/*",
        ""
    ]
}