Boom - Video Collaboration Tool

Next-gen video communication & collaboration tool

Was ist Boom - Video Collaboration Tool?

Boom - Video Collaboration Tool ist eine Chrome-Erweiterung, die von https://visionwx.com entwickelt wurde, und ihr Hauptmerkmal ist "Next-gen video communication & collaboration tool".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Boom - Video Collaboration Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boom - Video Collaboration Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Presenting, Expressing, Sending. Communicating has never been so easy and efficient!

A more efficient and expressive video collaboration tool:
- No need to schedule a video conference;
- No need to type and expand any text.

Send as you record:
- Real-time upload to the cloud during the recording process, no need to save local files.

There is no need to be online at the same time to communicate via video:
- Reply to the video with video;
- View the video responses of different users directly on the original video;
- The complete communication process is aggregated on a single timeline;
- Individual users' replies can be review separately anytime.                    

Grundlegende Informationen zur Erweiterung

Name Boom - Video Collaboration Tool Boom - Video Collaboration Tool
ID iikaeeiidojdmhlmgkhndkpblahibgok
Offizielle URL https://chromewebstore.google.com/detail/boom-video-collaboration/iikaeeiidojdmhlmgkhndkpblahibgok
Beschreibung Next-gen video communication & collaboration tool
Dateigröße 3.83 MB
Installationsanzahl 2,000
Aktuelle Version 2.1.4
Letztes Update 2022-03-10
Veröffentlichungsdatum 2021-02-18
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler https://visionwx.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.visionwx.com/
Hilfeseite URL https://www.visionwx.com/
URL der Datenschutzrichtlinien-Seite https://www.visionwx.com/privacy
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.visionwx.com\/",
    "description": "__MSG_extDesc__",
    "default_locale": "zh_CN",
    "permissions": [
        "",
        "tabs",
        "cookies",
        "webNavigation",
        "desktopCapture",
        "notifications",
        "storage",
        "system.cpu",
        "system.memory",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.visionwx.com\/*",
        "https:\/\/flix.visionwx.com\/*",
        "https:\/\/at.alicdn.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.visionwx.com\/*",
            "https:\/\/*.trickle.so\/*"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        "index.html",
        "camera.html",
        "styles\/tailwind_raw.css",
        "styles\/boom.css",
        "icons\/*",
        "img\/*"
    ],
    "commands": {
        "pause_resume_record": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Space",
                "mac": "Alt+Space"
            },
            "description": "__MSG_extPauseResumeShorcut__"
        },
        "start_stop_record": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStartStopShorcut__"
        },
        "delete_record": {
            "suggested_key": {
                "windows": "Ctrl+Shift+D",
                "mac": "Alt+D"
            },
            "description": "__MSG_extDeleteShorcut__"
        },
        "confetti": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extPlayCofettiShorcut__"
        }
    },
    "version": "2.1.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}