Coffee Table Screen Sharing

A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.

Τι είναι το Coffee Table Screen Sharing;

Το Coffee Table Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coffeetable.vc, και η κύρια λειτουργία του είναι "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Coffee Table Screen Sharing

Λήψη αρχείων επέκτασης Coffee Table Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coffee Table Screen Sharing Coffee Table Screen Sharing
ID akdogkogbflojojlnmfojnjnghkmdjbc
Επίσημο URL https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc
Περιγραφή A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Μέγεθος Αρχείου 6.14 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 0.0.0.6
Τελευταία Ενημέρωση 2015-09-23
Ημερομηνία Δημοσίευσης 2015-09-22
Προγραμματιστής https://coffeetable.vc
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Saurabh Pabhare",
    "name": "Coffee Table Screen Sharing",
    "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "fav-icon.png",
        "16": "fav-icon.png",
        "48": "fav-icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/coffeetable.vc\/*",
            "*:\/\/www.coffeetable.vc\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}