Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

Co to jest Attendedbyhumans Screen sharing?

Attendedbyhumans Screen sharing to rozszerzenie Chrome opracowane przez TELEPORTEL EUROPE N.V, a jego główną funkcją jest „Screensharing utility for Attendedbyhumans”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Attendedbyhumans Screen sharing

Pobierz pliki rozszerzeń Attendedbyhumans Screen sharing 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

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

Podstawowe informacje o rozszerzeniu

Nazwa Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
Oficjalny URL https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
Opis Screensharing utility for Attendedbyhumans
Rozmiar pliku 15.71 KB
Liczba instalacji 29
Aktualna Wersja 4.0.0
Ostatnia Aktualizacja 2017-12-15
Data Publikacji 2017-12-14
Deweloper TELEPORTEL EUROPE N.V
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.teleportel.com/user-agreement
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}