The NSLS Webinar and Screen sharing Extension

This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.

The NSLS Webinar and Screen sharing Extension란 무엇입니까?

The NSLS Webinar and Screen sharing Extension은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars."입니다.

확장 프로그램 스크린샷

screenshot

The NSLS Webinar and Screen sharing Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.                    

확장 프로그램 기본 정보

이름 The NSLS Webinar and Screen sharing Extension The NSLS Webinar and Screen sharing Extension
ID ebgjnbfblimcbdpphdideihglkkokdie
공식 URL https://chromewebstore.google.com/detail/the-nsls-webinar-and-scre/ebgjnbfblimcbdpphdideihglkkokdie
설명 This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.
파일 크기 74.99 KB
설치 횟수 29
현재 버전 2.2
최근 업데이트 2018-06-26
출시 날짜 2018-06-26
평점 5.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://www.societyleadership.org
지원되는 언어 en-US
manifest.json
{
    "author": "Society Leadership",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "description": "This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.societyleadership.org\/*",
            "https:\/\/*.nsls.org\/*",
            "https:\/\/*.nsls.localhost\/*"
        ]
    },
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwg9ao3h6qmup4UBQOnKAMMwddW6PzTWsH6Eb8TQXkCsRqKoecLZk0hT3uuKqJkT8KPrRcnuMn\/p4f1WQjFx9MpHB4iA1SM7BvrGIcY17kVOIv08TQidkqiJvpoTQNKN5u5gPO+danUiEHtBpLciPVubBIUFmjrBHae4cgquD9iecDwLIcNh0Ys4bBCGk9lRv\/cg\/ttmCfcjOZ6phe4sLgD67KjDldpooBke4gx\/pnpkMKjOAcjUIWgRWS8fYuf9wuw0asT3zLBuSAZ9Q2d0e\/tPYWEI5WySTIbRM4V3Ju8wSonP6V3GkxxiTupxahcTywDdNghm2quvNPnpNd5e5QIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "The NSLS Webinar and Screen sharing Extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2",
    "web_accessible_resources": [
        "icon.png"
    ]
}