Slack mp4 Player

Injects an inline video player for mp4 videos in slack chanels

Slack mp4 Player란 무엇입니까?

Slack mp4 Player은(는) Meldr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Injects an inline video player for mp4 videos in slack chanels"입니다.

확장 프로그램 스크린샷

screenshot

Slack mp4 Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Been waiting patiently for "someday"? (https://twitter.com/slackhq/status/527625350004883456)

This is a temporary measure to implement an inline video player for uploaded or linked mp4 files in slack.

This extension will replace links to mp4 files with an embedded player.                    

확장 프로그램 기본 정보

이름 Slack mp4 Player Slack mp4 Player
ID khgkbdddngaclagcgmjknnlilefjgpfg
공식 URL https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg
설명 Injects an inline video player for mp4 videos in slack chanels
파일 크기 15.67 KB
설치 횟수 2,000
현재 버전 1.0.0
최근 업데이트 2016-08-18
출시 날짜 2016-08-18
평점 2.27/5 총 11 개의 평점
개발자 Meldr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MauriceButler/slack-mp4-player
도움말 페이지 URL https://github.com/MauriceButler/slack-mp4-player
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack mp4 Player",
    "short_name": "Slack mp4 Player",
    "version": "1.0.0",
    "short_description": "Injects an inline video player for mp4 videos in slack chanels",
    "description": "Injects an inline video player for mp4 videos in slack chanels",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "injectPlayers.js"
            ]
        }
    ],
    "manifest_version": 2
}