Panopto Caption and Embed

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

Panopto Caption and Embed란 무엇입니까?

Panopto Caption and Embed은(는) dearjohnm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate captions and a responsive video embed code for Panopto videos in one click."입니다.

확장 프로그램 스크린샷

screenshot

Panopto Caption and Embed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Panopto Caption and Embed Panopto Caption and Embed
ID ddfopaapnemkaehoiecihbfipmmkdmnk
공식 URL https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk
설명 Generate captions and a responsive video embed code for Panopto videos in one click.
파일 크기 16.01 KB
설치 횟수 54
현재 버전 1.2
최근 업데이트 2023-12-21
출시 날짜 2023-08-27
평점 5.00/5 총 1 개의 평점
개발자 dearjohnm
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}