Let's Chat Notifier

The extention notifiy of let's chat.

O que é Let's Chat Notifier?

Let's Chat Notifier é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "The extention notifiy of let's chat.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Let's Chat Notifier

Baixe arquivos de extensão Let's Chat Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。

▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。                    

Informações Básicas da Extensão

Nome Let's Chat Notifier Let's Chat Notifier
ID aplfpnlhcgimfmahjaomlcljkpeplfmm
URL Oficial https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm
Descrição The extention notifiy of let's chat.
Tamanho do Arquivo 72.93 KB
Contagem de Instalações 29
Versão Atual 1.0.0
Última Atualização 2015-12-08
Data de Publicação 2015-12-08
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/tohrinagi/lets-chat-notifier
Idiomas Suportados 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:\/\/*\/*"
    ]
}