FO MEET

A simple extension that allows you to stream your desktop into

FO MEET là gì?

FO MEET là một tiện ích mở rộng Chrome được phát triển bởi niem.mcm, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into".

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

Tải xuống các tệp mở rộng FO MEET 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

                        FO MEETING EXT                    

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

Tên FO MEET FO MEET
ID aiphjhocgkmemkghnenmlhkclnjgabbk
URL Chính Thức https://chrome.google.com/webstore/detail/fo-meet/aiphjhocgkmemkghnenmlhkclnjgabbk
Mô tả A simple extension that allows you to stream your desktop into
Kích Thước Tệp 36 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2017-03-08
Ngày Phát Hành 2017-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển niem.mcm
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FO MEET",
    "description": "A simple extension that allows you to stream your desktop into",
    "version": "0.1.8",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.fptonline.net\/*"
        ]
    }
}