Let's Chat Notifier
The extention notifiy of let's chat.
Wat is Let's Chat Notifier?
Let's Chat Notifier is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "The extention notifiy of let's chat.".
Extensie Screenshots
Download het CRX-bestand van de extensie Let's Chat Notifier
Download Let's Chat Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。
▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。 Basisinformatie over de Extensie
| Naam | |
| ID | aplfpnlhcgimfmahjaomlcljkpeplfmm |
| Officiële URL | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm |
| Beschrijving | The extention notifiy of let's chat. |
| Bestandsgrootte | 72.93 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2015-12-08 |
| Publicatiedatum | 2015-12-08 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tohrinagi/lets-chat-notifier |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |