FrescoTalk Screen Sharing

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

Apa itu FrescoTalk Screen Sharing?

FrescoTalk Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh Fresco, dan fitur utamanya adalah "It doesn't do anything except capture content of your screen.".

Unduh Berkas CRX Ekstensi FrescoTalk Screen Sharing

Unduh file ekstensi FrescoTalk Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Screensharing extension for FrescoTalk                    

Informasi Dasar Ekstensi

Nama FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
URL Resmi https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
Deskripsi It doesn't do anything except capture content of your screen.
Ukuran File 33 KB
Jumlah Instalasi 52
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-05-16
Tanggal Publikasi 2016-05-16
Pengembang Fresco
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://talk.fresco.me
Bahasa yang Didukung 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"
    ]
}