Let's Chat Notifier
The extention notifiy of let's chat.
Cos'è Let's Chat Notifier?
Let's Chat Notifier è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "The extention notifiy of let's chat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Let's Chat Notifier
Scarica i file di estensione Let's Chat Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。
▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| URL Ufficiale | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| Descrizione | The extention notifiy of let's chat. | 
| Dimensione del File | 72.93 KB | 
| Conteggio Installazioni | 29 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2015-12-08 | 
| Data di Pubblicazione | 2015-12-08 | 
| Sviluppatore | Unknown | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/tohrinagi/lets-chat-notifier | 
| Lingue Supportate | 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:\/\/*\/*"
    ]
}  |  |