LearningChinese Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.

Co to jest LearningChinese Screenshare Extension?

LearningChinese Screenshare Extension to rozszerzenie Chrome opracowane przez https://chinese.com.vn, a jego główną funkcją jest „Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LearningChinese Screenshare Extension

Pobierz pliki rozszerzeń LearningChinese Screenshare Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Trung tâm tiếng Trung Chinese. Dạy học tiếng Trung Quốc Online - Hotline 0989543912
Website: https://chinese.edu.vn
- Dịch vụ tại Chinese
+ Khóa học tiếng tại Hà Nội, HCM, Hạ Long
+ Gia sư tiếng Trung tại nhà
+ Dịch thuật - Phiên dịch tiếng Trung
+ Bán sách tiếng Trung, video dạy học                    

Podstawowe informacje o rozszerzeniu

Nazwa LearningChinese Screenshare Extension LearningChinese Screenshare Extension
ID hcbogoldohibdpnjhklaijdgankipnkd
Oficjalny URL https://chromewebstore.google.com/detail/learningchinese-screensha/hcbogoldohibdpnjhklaijdgankipnkd
Opis Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.
Rozmiar pliku 9.25 KB
Liczba instalacji 10
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2020-01-02
Data Publikacji 2020-01-02
Deweloper https://chinese.com.vn
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://chinese.com.vn/
Adres URL Strony Pomocy https://chinese.com.vn/
Adres URL Strony Polityki Prywatności https://chinese.edu.vn/chinh-sach-bao-mat
Obsługiwane Języki vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LearningChinese Screenshare Extension",
    "author": "chinese.com.vn",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.",
    "homepage_url": "http:\/\/learningchinese.info\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.learningchinese.info\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}