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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This Chrome extension allows members of the National Society of Leadership and Success to access and lead webinars."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The NSLS Webinar and Screen sharing Extension

ดาวน์โหลดไฟล์ส่วนขยาย The NSLS Webinar and Screen sharing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}