LearningChinese Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.

Co je LearningChinese Screenshare Extension?

LearningChinese Screenshare Extension je rozšíření Chrome vyvinuté https://chinese.com.vn, a jeho hlavní funkcí je „Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LearningChinese Screenshare Extension

Stáhněte si soubory rozšíření LearningChinese Screenshare Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název LearningChinese Screenshare Extension LearningChinese Screenshare Extension
ID hcbogoldohibdpnjhklaijdgankipnkd
Oficiální URL https://chromewebstore.google.com/detail/learningchinese-screensha/hcbogoldohibdpnjhklaijdgankipnkd
Popis Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.
Velikost souboru 9.25 KB
Počet instalací 10
Aktuální Verze 2.0
Poslední Aktualizace 2020-01-02
Datum Vydání 2020-01-02
Vývojář https://chinese.com.vn
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chinese.com.vn/
URL Stránky Nápovědy https://chinese.com.vn/
URL Stránky Zásad Ochrany Soukromí https://chinese.edu.vn/chinh-sach-bao-mat
Podporované Jazyky 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"
    ]
}