Chrome Chat

Click on the Chrome Chat button on your toolbar to join the conversation.

Qu'est-ce que Chrome Chat ?

Chrome Chat est une extension Chrome développée par TreeHouseFalcon, et sa fonction principale est "Click on the Chrome Chat button on your toolbar to join the conversation.".

Télécharger le fichier CRX de l'extension Chrome Chat

Téléchargez les fichiers d'extension Chrome Chat 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 is a system that you can use to chat with your friends, quickly and easily. Click on the Chrome Chat button on your toolbar to join the conversation.                    

Informations de Base sur l'Extension

Nom Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
URL Officiel https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Description Click on the Chrome Chat button on your toolbar to join the conversation.
Taille du Fichier 208 KB
Nombre d'Installations 33
Version Actuelle 1.3.2
Dernière Mise à Jour 2016-03-31
Date de Publication 2016-03-31
Évaluation 4.33/5 Total 3 Évaluations
Développeur TreeHouseFalcon
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Chat",
    "description": "Click on the Chrome Chat button on your toolbar to join the conversation.",
    "version": "1.3.2",
    "author": "TreeHouseFalcon",
    "short_name": "Chrome Chat",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.2.0.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/helpmoose.com\/*",
        "http:\/\/localhost:8888\/",
        "https:\/\/talkgadget.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talkgadget.google.com http:\/\/localhost:8888; object-src 'self'"
}