FrescoTalk Screen Sharing

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

Cos'è FrescoTalk Screen Sharing?

FrescoTalk Screen Sharing è un'estensione di Chrome sviluppata da Fresco, e la sua funzione principale è "It doesn't do anything except capture content of your screen.".

Scarica il file CRX dell'estensione FrescoTalk Screen Sharing

Scarica i file di estensione FrescoTalk Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Screensharing extension for FrescoTalk                    

Informazioni di Base sull'Estensione

Nome FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
URL Ufficiale https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
Descrizione It doesn't do anything except capture content of your screen.
Dimensione del File 33 KB
Conteggio Installazioni 52
Versione Corrente 2.0
Ultimo Aggiornamento 2016-05-16
Data di Pubblicazione 2016-05-16
Sviluppatore Fresco
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://talk.fresco.me
Lingue Supportate 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"
    ]
}