FrescoTalk Screen Sharing

It doesn't do anything except capture content of your screen.

FrescoTalk Screen Sharing là gì?

FrescoTalk Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi Fresco, và tính năng chính của nó là "It doesn't do anything except capture content of your screen.".

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

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

                        Screensharing extension for FrescoTalk                    

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

Tên FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
URL Chính Thức https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
Mô tả It doesn't do anything except capture content of your screen.
Kích Thước Tệp 33 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-05-16
Ngày Phát Hành 2016-05-16
Nhà Phát Triển Fresco
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://talk.fresco.me
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrescoTalk Screen Sharing",
    "author": "Fresco",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/talk.fresco.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9000\/*",
            "https:\/\/talk.fresco.me\/*",
            "https:\/\/talk-dev.fresco.me\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}