WowTo

WowTo helps you create support, training and educational videos that your viewers can listen in their preferred language.

Τι είναι το WowTo;

Το WowTo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wowto.ai, και η κύρια λειτουργία του είναι "WowTo helps you create support, training and educational videos that your viewers can listen in their preferred language.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WowTo

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

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

                        Create how-to videos with screen record or screen capture using WowTo Chrome extension.

🙌 Creating workflow videos, feature walkthrough videos or any How-to videos with AI voiceover takes only few minutes with WowTo.

👉 Install extension and hit the capture button to start screen recording. Add script to convert to AI voiceover or just record instructions in your voice in any language and it will be auto converted to professional AI voiceover in any language!

📹 Instructional videos can also be created by capturing screenshots and converting them to videos with smooth transitions

⏱ Save time and increase productivity of your team by creating videos for
* Resolving support tickets
* Knowledge base
* Help centre articles
* Internal knowledge base
* Training content                    

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

Όνομα WowTo WowTo
ID lhmddgcnaoiapholnhfjhacfaiaphjgo
Επίσημο URL https://chromewebstore.google.com/detail/wowto/lhmddgcnaoiapholnhfjhacfaiaphjgo
Περιγραφή WowTo helps you create support, training and educational videos that your viewers can listen in their preferred language.
Μέγεθος Αρχείου 3.2 MB
Αριθμός Εγκαταστάσεων 351
Τρέχουσα Έκδοση 1.4.6
Τελευταία Ενημέρωση 2024-02-17
Ημερομηνία Δημοσίευσης 2022-05-15
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://wowto.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wowto.ai
Διεύθυνση URL της Σελίδας Βοήθειας https://help.wowto.ai
URL της Σελίδας Πολιτικής Απορρήτου https://wowto.ai/privacypolicy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WowTo",
    "description": "WowTo helps you create support, training and educational videos that your viewers can listen in their preferred language.",
    "version": "1.4.6",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/plugin\/icon-16.png",
        "32": ".\/images\/plugin\/icon-32.png",
        "48": ".\/images\/plugin\/icon-48.png",
        "128": ".\/images\/plugin\/icon-128.png"
    },
    "oauth2": {
        "client_id": "463219650478-pt67j0u1jcs4q4bfkev826judb91bj4k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/*",
                "images\/*",
                "videos\/*",
                "ui\/injected\/toolbar.html",
                "ui\/record\/videosetting.html",
                "ui\/record\/optionInfo.html",
                "js\/injected\/toolbariframe.js",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "matches": [
            ""
        ],
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "ui\/popup\/index.html",
        "default_icons": {
            "16": ".\/images\/plugin\/icon-16.png",
            "32": ".\/images\/plugin\/icon-32.png",
            "48": ".\/images\/plugin\/icon-48.png",
            "128": ".\/images\/plugin\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "identity",
        "unlimitedStorage",
        "desktopCapture"
    ],
    "host_permissions": [
        "",
        "https:\/\/app.wowto.ai\/*"
    ]
}