American Well Screensharing Extension

Enables screen sharing with American Well Video Platform

American Well Screensharing Extension là gì?

American Well Screensharing Extension là một tiện ích mở rộng Chrome được phát triển bởi American Well, và tính năng chính của nó là "Enables screen sharing with American Well Video Platform".

Ả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 American Well Screensharing Extension

Tải xuống các tệp mở rộng American Well Screensharing Extension 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

                        Enables screen sharing with American Well Video Platform                    

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

Tên American Well Screensharing Extension American Well Screensharing Extension
ID ejnmkocglpmepbkbagldimfkidbkifgo
URL Chính Thức https://chromewebstore.google.com/detail/american-well-screenshari/ejnmkocglpmepbkbagldimfkidbkifgo
Mô tả Enables screen sharing with American Well Video Platform
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2019-07-13
Ngày Phát Hành 2019-07-10
Nhà Phát Triển American Well
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "American Well Screensharing Extension",
    "description": "Enables screen sharing with American Well Video Platform",
    "version": "0.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.avizia.com",
        "https:\/\/*.avizia.io",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}