Homelane.com Screen Sharing

This extension is developed primary for http://meetup.homelane.com/.

Homelane.com Screen Sharing란 무엇입니까?

Homelane.com Screen Sharing은(는) Homelane swadmin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is developed primary for http://meetup.homelane.com/."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Homelane.com Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Screen share with other designers and guests so that you can communicate ideas, designs, web pages, images and much more in a safe and secure environment. Add this to your browser now to enjoy faster and easier exchange of design and decor suggestions for your new home.                    

확장 프로그램 기본 정보

이름 Homelane.com Screen Sharing Homelane.com Screen Sharing
ID lmceijangpnmfmnopiabogbkicchjodj
공식 URL https://chrome.google.com/webstore/detail/homelanecom-screen-sharin/lmceijangpnmfmnopiabogbkicchjodj
설명 This extension is developed primary for http://meetup.homelane.com/.
파일 크기 11.7 KB
설치 횟수 15
현재 버전 1.0
최근 업데이트 2015-08-12
출시 날짜 2015-08-12
평점 5.00/5 총 1 개의 평점
개발자 Homelane swadmin
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homelane.com Screen Sharing",
    "author": "Homelane",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension is developed primary for http:\/\/meetup.homelane.com\/. ",
    "homepage_url": "https:\/\/www.homelane.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.homelane.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}