QuicklyChat Screen Sharing

This extension allows you to share your screen to quickly.chat

Qu'est-ce que QuicklyChat Screen Sharing ?

QuicklyChat Screen Sharing est une extension Chrome développée par http://qqquickly.chat, et sa fonction principale est "This extension allows you to share your screen to quickly.chat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QuicklyChat Screen Sharing

Téléchargez les fichiers d'extension QuicklyChat Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allows you to share your screen.                    

Informations de Base sur l'Extension

Nom QuicklyChat Screen Sharing QuicklyChat Screen Sharing
ID dkmjjdaadpoolcnbcbomoiipifbghlke
URL Officiel https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke
Description This extension allows you to share your screen to quickly.chat
Taille du Fichier 8.86 KB
Nombre d'Installations 30
Version Actuelle 2.0.1
Dernière Mise à Jour 2017-08-28
Date de Publication 2017-08-28
Développeur http://qqquickly.chat
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://qqquickly.chat
URL de la Page d'Aide http://twitter.com/omnipresencehq
Langues Prises en Charge en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "QuicklyChat Screen Sharing",
    "short_name": "quickly.chat",
    "author": "quickly.chat",
    "version": "2.0.1",
    "description": "This extension allows you to share your screen to quickly.chat",
    "homepage_url": "https:\/\/qqquickly.chat\/",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost:9009\/*"
            ]
        }
    ]
}