Let's Chat Notifier

The extention notifiy of let's chat.

Qu'est-ce que Let's Chat Notifier ?

Let's Chat Notifier est une extension Chrome développée par Unknown, et sa fonction principale est "The extention notifiy of let's chat.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Let's Chat Notifier

Téléchargez les fichiers d'extension Let's Chat Notifier 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

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

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

Informations de Base sur l'Extension

Nom Let's Chat Notifier Let's Chat Notifier
ID aplfpnlhcgimfmahjaomlcljkpeplfmm
URL Officiel https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm
Description The extention notifiy of let's chat.
Taille du Fichier 72.93 KB
Nombre d'Installations 29
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-12-08
Date de Publication 2015-12-08
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/tohrinagi/lets-chat-notifier
Langues Prises en Charge 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:\/\/*\/*"
    ]
}