Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

Τι είναι το Peeps.Chat;

Το Peeps.Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://peeps.chat, και η κύρια λειτουργία του είναι "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Peeps.Chat

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

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

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

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

Όνομα Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
Επίσημο URL https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
Περιγραφή This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Μέγεθος Αρχείου 7.92 KB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2016-09-30
Ημερομηνία Δημοσίευσης 2016-09-30
Προγραμματιστής https://peeps.chat
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://peeps.chat
URL της Σελίδας Πολιτικής Απορρήτου https://peeps.chat
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}