FrescoTalk Screen Sharing

It doesn't do anything except capture content of your screen.

Co to jest FrescoTalk Screen Sharing?

FrescoTalk Screen Sharing to rozszerzenie Chrome opracowane przez Fresco, a jego główną funkcją jest „It doesn't do anything except capture content of your screen.”.

Pobierz plik CRX rozszerzenia FrescoTalk Screen Sharing

Pobierz pliki rozszerzeń FrescoTalk 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

                        Screensharing extension for FrescoTalk                    

Podstawowe informacje o rozszerzeniu

Nazwa FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
Oficjalny URL https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
Opis It doesn't do anything except capture content of your screen.
Rozmiar pliku 33 KB
Liczba instalacji 52
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-05-16
Data Publikacji 2016-05-16
Deweloper Fresco
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://talk.fresco.me
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrescoTalk Screen Sharing",
    "author": "Fresco",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/talk.fresco.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9000\/*",
            "https:\/\/talk.fresco.me\/*",
            "https:\/\/talk-dev.fresco.me\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}