Vormats - Screen Recorder for the workplace

Quickly and easily make and share videos for asynchronous communication. Capture your screen. Share and track your engagement.

Co to jest Vormats - Screen Recorder for the workplace?

Vormats - Screen Recorder for the workplace to rozszerzenie Chrome opracowane przez https://vormats.com, a jego główną funkcją jest „Quickly and easily make and share videos for asynchronous communication. Capture your screen. Share and track your engagement.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vormats - Screen Recorder for the workplace

Pobierz pliki rozszerzeń Vormats - Screen Recorder for the workplace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Capture your screen, yourself, or both at the same time.

The MUST HAVE tool for today’s HYBRID ORGANISATIONS.

Show, tell and provide context.
Easily turn presentations, emails, updates and other daily work into powerful and personal
video content.

Become more effective and efficient. Stand out and stay relevant.
Build relationships without the need for live meetings.

VORMATS is a creation and hosting platform for the workplace, on which employees can
quickly and easily make and share videos for asynchronous communication.

KEY FEATURES
✅  Screen and camera recordings, or even both at the same time
✅  Track and receive notifications about the effectiveness of your video’s
✅  Re-use your video clips and create many unique video’s quickly
✅  Add subtitles to ensure your videos are accessible to everyone
✅  Ready made video templates available to help perfectly structure your story
✅  Option for script-based recordings, viewable in autocue.
✅  Videos are installed automatically so you don’t have to be a pro
✅  Seamless integration within your digital workplace
✅  Programmed to incorporate your brand style
✅  Fully CISO compliant
✅  Compliant with AVG and GDPR legislation
✅  Share your videos via a link or download them directly to your film roll
✅  For Mac, Windows, iOS and Android
✅  All data processed within the ERR 

User cases:

WORKING TOGETHER, SHARING KNOWLEDGE
- Provide progress reports to ensure that everyone is updated at the same time
- Give visual examples so that everyone can understand what you are trying to explain
- Obscure hierarchies by presenting yourself and your team

CORPORATE COMMUNICATION
- Build trust with your target group by offering real, honest stories
- Make an impact by providing personal insight into your company vision
- Humanise CEO announcements to increase engagement

SALES
- Send your pitch in advance, making time spent with your client more productive
Follow any follow-ups so you can provide more context in your answer
- Show and ensure that your lead generating emails are opened


EMPLOYER BRANDING
- Give candidates a better picture of what the position entails by showing them.
- Show exactly what it is like to work for your company and generate enthusiasm
- Allow others to convey what makes you special, as an employer and stimulate idle
team members

TALENT ACQUISITION
- Share a personal message from the manager to ensure a warm welcome
- Explaining some things before an employee starts so they can hit the ground running
- Provide departmental introductions to increase engagement during the onboarding
process

CUSTOMER SUPPORT
- Reuse answers to FAQs and get them to customers in record time
- Show examples when responding to ensure your answers are understood
- Answer questions both visually and verbally so your answer is also suitable for the
visually and hearing impaired                    

Podstawowe informacje o rozszerzeniu

Nazwa Vormats - Screen Recorder for the workplace Vormats - Screen Recorder for the workplace
ID pppgcnfdhkckmhecigcoiklpnkmjpoko
Oficjalny URL https://chromewebstore.google.com/detail/vormats-screen-recorder-f/pppgcnfdhkckmhecigcoiklpnkmjpoko
Opis Quickly and easily make and share videos for asynchronous communication. Capture your screen. Share and track your engagement.
Rozmiar pliku 8.62 MB
Liczba instalacji 726
Aktualna Wersja 2.3.0
Ostatnia Aktualizacja 2023-10-31
Data Publikacji 2022-02-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://vormats.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://secure.vormats.com
Adres URL Strony Pomocy https://vormats.com/contact
Adres URL Strony Polityki Prywatności https://vormats.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vormats - Screen Recorder for the workplace",
    "version": "2.3.0",
    "manifest_version": 3,
    "description": "Quickly and easily make and share videos for asynchronous communication. Capture your screen. Share and track your engagement.",
    "permissions": [
        "storage",
        "desktopCapture",
        "activeTab",
        "notifications",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "88",
    "icons": {
        "128": "asset\/vormats32x32.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "asset\/vormats32x32.png",
        "default_title": "Vormats",
        "default_popup": "popup-action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "extapp.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/secure.vormats.com\/*"
            ],
            "js": [
                "accordium.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "google-docs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "gmail.css",
                "content-frame.html",
                "upload-file.html",
                "asset\/vormats32x32.png",
                "shapes.png",
                "popup.html",
                "popup-action.html",
                "asset\/camera_permission.jpg",
                "asset\/microphone_permission.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+V",
                "mac": "Alt+Shift+V",
                "linux": "Alt+Shift+V",
                "default": "Alt+Shift+V"
            }
        },
        "pause_and_resume": {
            "suggested_key": {
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P",
                "linux": "Alt+Shift+P",
                "default": "Alt+Shift+P"
            },
            "description": "Pause & Resume Recording"
        },
        "cancel": {
            "suggested_key": {
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "linux": "Alt+Shift+C",
                "default": "Alt+Shift+C"
            },
            "description": "Cancel Recording"
        },
        "restart_recording": {
            "suggested_key": {
                "windows": "Alt+Shift+R",
                "mac": "Alt+Shift+R",
                "linux": "Alt+Shift+R",
                "default": "Alt+Shift+R"
            },
            "description": "Quick restart"
        }
    }
}