Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Attendedbyhumans Screen sharing란 무엇입니까?

Attendedbyhumans Screen sharing은(는) TELEPORTEL EUROPE N.V에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screensharing utility for Attendedbyhumans"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Attendedbyhumans Screen sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

확장 프로그램 기본 정보

이름 Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
공식 URL https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
설명 Screensharing utility for Attendedbyhumans
파일 크기 15.71 KB
설치 횟수 29
현재 버전 4.0.0
최근 업데이트 2017-12-15
출시 날짜 2017-12-14
개발자 TELEPORTEL EUROPE N.V
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.teleportel.com/user-agreement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}