Let's Chat Notifier
The extention notifiy of let's chat.
Apa itu Let's Chat Notifier?
Let's Chat Notifier adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "The extention notifiy of let's chat.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Let's Chat Notifier
Unduh file ekstensi Let's Chat Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Let's Chatの非公式 Google Chrome 拡張です。 未読メッセージの数をバッジに表示します。 ボタンをクリックすると、Let' Chat を開くこともできます。 ▼使い方 1. インストールしてください。 2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。
Informasi Dasar Ekstensi
Nama | Let's Chat Notifier |
ID | aplfpnlhcgimfmahjaomlcljkpeplfmm |
URL Resmi | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm |
Deskripsi | The extention notifiy of let's chat. |
Ukuran File | 72.93 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-12-08 |
Tanggal Publikasi | 2015-12-08 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tohrinagi/lets-chat-notifier |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |