Chrome Chat

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

Vad är Chrome Chat?

Chrome Chat är en Chrome-tillägg utvecklad av TreeHouseFalcon, och dess huvudfunktion är "Click on the Chrome Chat button on your toolbar to join the conversation.".

Ladda ner Chrome Chat-förlängningens CRX-fil

Ladda ner Chrome Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chrome Chat Chrome Chat
ID nedonlkbklnlehfafbgpllbhlalpgigb
Officiell webbadress https://chrome.google.com/webstore/detail/chrome-chat/nedonlkbklnlehfafbgpllbhlalpgigb
Beskrivning Click on the Chrome Chat button on your toolbar to join the conversation.
Filstorlek 208 KB
Antal Installationer 33
Aktuell Version 1.3.2
Senast Uppdaterad 2016-03-31
Publiceringsdatum 2016-03-31
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare TreeHouseFalcon
Betalningssätt free
Stödda Språk 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'"
}