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 https://peeps.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Peeps.Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}