Let's Chat Notifier
The extention notifiy of let's chat.
Hvad er Let's Chat Notifier?
Let's Chat Notifier er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "The extention notifiy of let's chat.".
Udvidelsesskærmbilleder
Download Let's Chat Notifier-udvidelses-CRX-fil
Download Let's Chat Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。
▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| Officiel URL | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| Beskrivelse | The extention notifiy of let's chat. | 
| Filstørrelse | 72.93 KB | 
| Antal Installationer | 29 | 
| Nuværende Version | 1.0.0 | 
| Senest Opdateret | 2015-12-08 | 
| Udgivelsesdato | 2015-12-08 | 
| Udvikler | Unknown | 
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/tohrinagi/lets-chat-notifier | 
| Understøttede Sprog | ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let's Chat Notifier",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "The extention notifiy of let's chat.",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Let's Chat Notifier"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}  |  |