Powtoon Capture for Business

Make a video recording from a website, application, or anything else you can show on your screen to start communicating visually.

¿Qué es Powtoon Capture for Business?

Powtoon Capture for Business es una extensión de Chrome desarrollada por https://powtoon.com, y su función principal es "Make a video recording from a website, application, or anything else you can show on your screen to start communicating visually.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Powtoon Capture for Business

Descarga archivos de extensión Powtoon Capture for Business en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Powtoon Capture is a free screen and webcam recorder that allows you, your team and your employees to easily record your screen, face, or both. 
 
What can you do with Powtoon Capture For Business: 
 
Record a video message from a website, application, or anything else on Chrome 
Enhance your video message with visual effects, shapes, animation, and text 
Go Live – Use Powtoon Capture while hosting on Zoom, Google Hangouts, or any of your favorite virtual meeting tools 
Share your video message anywhere – download as MP4 or copy URL
 
Here’s how to get started:

1. Download the extension in the Chrome Store
2. Select your video and audio settings and hit record
3. Instantly share your Capture with your team 

USE POWTOON CAPTURE FOR👇
💼Sales — Tease a product demo or offer a meeting recap of key points
👩🏻‍🏫L&D/Training — Demonstrate steps that are easy to follow and adopt
💬Internal Comms — Spotlight wins, updates, and announcements
🏆Support/Customer Success — Answer FAQs visually that turn users into fans
💡Marketing — Produce webinars and videos to create that ‘Aha’ moment
🙋🏽‍♀️Leadership — Inspire your talent to do their best work                    

Información Básica de la Extensión

Nombre Powtoon Capture for Business Powtoon Capture for Business
ID ipiaakkjmfhgnnaniblibfjhlojjjgdf
URL Oficial https://chromewebstore.google.com/detail/powtoon-capture-for-busin/ipiaakkjmfhgnnaniblibfjhlojjjgdf
Descripción Make a video recording from a website, application, or anything else you can show on your screen to start communicating visually.
Tamaño del Archivo 5.18 MB
Cantidad de Instalaciones 1,944
Versión Actual 2.1.11
Última Actualización 2023-12-18
Fecha de Publicación 2021-04-26
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://powtoon.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.powtoon.com/
URL de la Página de Ayuda https://support.onearena.io/hc/en-gb/sections/13044560841361-Using-Powtoon-Capture
URL de la Página de Política de Privacidad https://www.powtoon.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Powtoon Capture for Business",
    "version": "2.1.11",
    "icons": {
        "16": "assets\/icons\/icons_enterprise\/favicon-16.png",
        "32": "assets\/icons\/icons_enterprise\/favicon-32.png",
        "48": "assets\/icons\/icons_enterprise\/favicon-48.png",
        "64": "assets\/icons\/icons_enterprise\/favicon-64.png",
        "128": "assets\/icons\/icons_enterprise\/favicon-128.png",
        "196": "assets\/icons\/icons_enterprise\/favicon-196.png"
    },
    "description": "Make a video recording from a website, application,   or anything else you can show on your screen to start communicating visually.",
    "short_name": "Powtoon Capture Business",
    "permissions": [
        "",
        "notifications",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/*.powtoon.com\/*",
        "system.display"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "author": "[email protected]",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icons_enterprise\/favicon-16.png",
            "32": "assets\/icons\/icons_enterprise\/favicon-32.png",
            "48": "assets\/icons\/icons_enterprise\/favicon-48.png",
            "64": "assets\/icons\/icons_enterprise\/favicon-64.png",
            "128": "assets\/icons\/icons_enterprise\/favicon-128.png",
            "196": "assets\/icons\/icons_enterprise\/favicon-196.png"
        },
        "default_title": "Powtoon Capture",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "camera.html",
        "js\/camera.bundle.js",
        "blockPermission.html",
        "styles\/main.css",
        "styles\/mystyle.css",
        "styles\/powcapture.css",
        "assets\/*",
        "assets\/images\/*",
        "assets\/images\/camera-views\/*",
        "assets\/images\/social-icons\/*",
        "assets\/fonts\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo7ZGdaOMRQVhC6wfN6L2\/G0YrQ1xCIduosXOdzW9dhid2ILRFltLepEnFMGwxjxdyqS0YInXvu3H1Htdd3w9A\/PEasrtJ7f7acnUn\/yLFHgliq7TdVsY1efl9QL6nMxrbCjUKD\/SCMQP8nDbbm14wl2x\/CEbNhgAKtFZS2vNyHk1dUzsFFgCd2sU6zw6+8UnU44Bz+SHd6vHqLK1y66HfSzwTdHO8MPBiKJ2SbsMfCOspzYvjutGs40dJz1kuFrKNJhG3JmPwa6ZPoT\/LLpo1mNjGi75eYT552CA0ktFJMYXy3abDFsTfjR5UmCSp4HDYlun1QsdfgPcE+6+nE5pTwIDAQAB",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.powtoon.com\/*"
        ]
    }
}