P2P Video Chat Dev

P2P Video Chat By Web Mavens

P2P Video Chat Dev란 무엇입니까?

P2P Video Chat Dev은(는) Web Mavens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "P2P Video Chat By Web Mavens"입니다.

확장 프로그램 스크린샷

screenshot

P2P Video Chat Dev 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        To change Google Meet Layout. Organisation can use it as instant call to their employees. Organisation Admin can access their user's mic and video from remotely to avoid disturbance and make life easier of the Organisation team. 

Zoho start timer and stop timer button can be display to GitHub                    

확장 프로그램 기본 정보

이름 P2P Video Chat Dev P2P Video Chat Dev
ID pmphbklhojediipdailenjjhameppbec
공식 URL https://chromewebstore.google.com/detail/p2p-video-chat-dev/pmphbklhojediipdailenjjhameppbec
설명 P2P Video Chat By Web Mavens
파일 크기 129 KB
설치 횟수 35
현재 버전 2.0.16
최근 업데이트 2024-01-19
출시 날짜 2021-04-09
평점 5.00/5 총 1 개의 평점
개발자 Web Mavens
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.webmavens.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "P2P Video Chat Dev",
    "description": "P2P Video Chat By Web Mavens",
    "version": "2.0.16",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.webmavens.com",
    "background": {
        "scripts": [
            "assets\/js\/socket.io.2.3.0.js",
            "assets\/js\/jquery.3.4.1.min.js",
            "background.js",
            "background-github.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "assets\/img\/icon16x16.png",
        "48": "assets\/img\/icon48x48.png",
        "128": "assets\/img\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "24": "assets\/img\/icon24.png",
            "36": "assets\/img\/icon36.png",
            "48": "assets\/img\/icon48.png"
        },
        "default_popup": "grid-menu.html",
        "default_title": "P2P Video Chat By Web Mavens"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/localhost:3000\/*",
        "https:\/\/192.168.1.15:3000\/*",
        "https:\/\/12.5.154.155\/*",
        "https:\/\/meet.google.com\/*",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "assets\/js\/socket.io.2.3.0.js",
                "assets\/js\/jquery.3.4.1.min.js",
                "assets\/js\/browser-polyfill.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "assets\/js\/wm-github.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/js\/grid.user.js"
    ]
}