Let's Chat Notifier
The extention notifiy of let's chat.
Was ist Let's Chat Notifier?
Let's Chat Notifier ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "The extention notifiy of let's chat.".
Erweiterungsscreenshots
Let's Chat Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Let's Chat Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。
▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| Offizielle URL | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm | 
| Beschreibung | The extention notifiy of let's chat. | 
| Dateigröße | 72.93 KB | 
| Installationsanzahl | 29 | 
| Aktuelle Version | 1.0.0 | 
| Letztes Update | 2015-12-08 | 
| Veröffentlichungsdatum | 2015-12-08 | 
| Entwickler | Unknown | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/tohrinagi/lets-chat-notifier | 
| Unterstützte Sprachen | 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:\/\/*\/*"
    ]
}  |  |