Slack mp4 Player

Injects an inline video player for mp4 videos in slack chanels

Slack mp4 Player là gì?

Slack mp4 Player là một tiện ích mở rộng Chrome được phát triển bởi Meldr, và tính năng chính của nó là "Injects an inline video player for mp4 videos in slack chanels".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack mp4 Player

Tải xuống các tệp mở rộng Slack mp4 Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack mp4 Player Slack mp4 Player
ID khgkbdddngaclagcgmjknnlilefjgpfg
URL Chính Thức https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg
Mô tả Injects an inline video player for mp4 videos in slack chanels
Kích Thước Tệp 15.67 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-08-18
Ngày Phát Hành 2016-08-18
Đánh Giá 2.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Meldr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MauriceButler/slack-mp4-player
URL Trang Trợ Giúp https://github.com/MauriceButler/slack-mp4-player
Ngôn Ngữ Được Hỗ Trợ 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
}