Nielsen-dev - Contact Screen Sharing

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

Nielsen-dev - Contact Screen Sharing là gì?

Nielsen-dev - Contact Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi thati.java, và tính năng chính của nó là "localhost 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 Nielsen-dev - Contact Screen Sharing

Tải xuống các tệp mở rộng Nielsen-dev - Contact 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 Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
URL Chính Thức https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
Mô tả localhost It doesn't do anything except capture content of your screen.
Kích Thước Tệp 10.8 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-08-26
Ngày Phát Hành 2015-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển thati.java
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": "Nielsen-dev - Contact Screen Sharing",
    "author": "Nielsen, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "localhost It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/dayrhetsld003:8443\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/dayrhetsld003:8443\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo16.png"
    ]
}