Meet With Me Now

This Google Chrome extension brings screen sharing to Meet With Me Now

Meet With Me Now란 무엇입니까?

Meet With Me Now은(는) https://room.mwmnow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Google Chrome extension brings screen sharing to Meet With Me Now"입니다.

Meet With Me Now 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Screen sharing extension for Meet With Me Now                    

확장 프로그램 기본 정보

이름 Meet With Me Now Meet With Me Now
ID eccifenbjnkphnnfdfajhnbkhkjgadkb
공식 URL https://chromewebstore.google.com/detail/meet-with-me-now/eccifenbjnkphnnfdfajhnbkhkjgadkb
설명 This Google Chrome extension brings screen sharing to Meet With Me Now
파일 크기 8.32 KB
설치 횟수 60
현재 버전 1.0.0.6
최근 업데이트 2017-01-27
출시 날짜 2017-01-27
개발자 https://room.mwmnow.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "XmarteK",
    "background": {
        "persistent": false,
        "scripts": [
            "background-config.js",
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/room.mwmnow.com\/*"
            ]
        }
    ],
    "description": "This Google Chrome extension brings screen sharing to Meet With Me Now",
    "homepage_url": "https:\/\/www.mwmnow.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Meet With Me Now",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.6",
    "web_accessible_resources": [
        "icon.png"
    ]
}