Panopto Caption and Embed

Generate captions and a responsive video embed code for Panopto videos in one click.

Was ist Panopto Caption and Embed?

Panopto Caption and Embed ist eine Chrome-Erweiterung, die von dearjohnm entwickelt wurde, und ihr Hauptmerkmal ist "Generate captions and a responsive video embed code for Panopto videos in one click.".

Erweiterungsscreenshots

screenshot

Panopto Caption and Embed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Panopto Caption and Embed-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

                        Panopto Caption and Embed saves you tedious amounts of clicking and HTML code editing by generating automatic captions and copying a responsive video embed code to your clipboard with the push of a button. No more navigating menus in Panopto's video edit screen or fiddling with HTML code to get a fluid width video player.

Simply navigate to a Panopto video in edit mode, click on the extension icon to open the menu, and click submit.                    

Grundlegende Informationen zur Erweiterung

Name Panopto Caption and Embed Panopto Caption and Embed
ID ddfopaapnemkaehoiecihbfipmmkdmnk
Offizielle URL https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk
Beschreibung Generate captions and a responsive video embed code for Panopto videos in one click.
Dateigröße 16.01 KB
Installationsanzahl 54
Aktuelle Version 1.2
Letztes Update 2023-12-21
Veröffentlichungsdatum 2023-08-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dearjohnm
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panopto Caption and Embed",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "1.2",
    "description": "Generate captions and a responsive video embed code for Panopto videos in one click.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hosted.panopto.com\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}