Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

Peeps.Chat란 무엇입니까?

Peeps.Chat은(는) https://peeps.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site."입니다.

확장 프로그램 스크린샷

screenshot

Peeps.Chat 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

확장 프로그램 기본 정보

이름 Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
공식 URL https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
설명 This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
파일 크기 7.92 KB
설치 횟수 60
현재 버전 1.1.2
최근 업데이트 2016-09-30
출시 날짜 2016-09-30
개발자 https://peeps.chat
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://peeps.chat
개인정보 보호 정책 페이지 URL https://peeps.chat
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}