TapChief Screen Sharing

This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.

TapChief Screen Sharing là gì?

TapChief Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://www.tapchief.com, và tính năng chính của nó là "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.".

Ả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 TapChief Screen Sharing

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

                                            

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

Tên TapChief Screen Sharing TapChief Screen Sharing
ID gldakbghopefnhcagpbhdocnopmmnbfp
URL Chính Thức https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp
Mô tả This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 20.55 KB
Số Lần Cài Đặt 2,116
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2019-02-08
Ngày Phát Hành 2019-02-08
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.tapchief.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TapChief Screen Sharing",
    "author": "TapChief",
    "version": "3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tapchief.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tapchief.com\/*",
            "https:\/\/tapchief.com\/*",
            "https:\/\/stagingmentor.upgrad.com\/*",
            "https:\/\/stagingmentor1.upgrad.com\/*",
            "https:\/\/staging-frontend.tapchief.com\/*",
            "https:\/\/mentor.upgrad.com\/*",
            "https:\/\/192.168.1.104\/*",
            "https:\/\/127.0.0.1\/*",
            "https:\/\/0.0.0.0\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}