Let's Chat Notifier

The extention notifiy of let's chat.

Let's Chat Notifier là gì?

Let's Chat Notifier là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "The extention notifiy of let's chat.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let's Chat Notifier

Tải xuống các tệp mở rộng Let's Chat Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Let's Chat Notifier Let's Chat Notifier
ID aplfpnlhcgimfmahjaomlcljkpeplfmm
URL Chính Thức https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm
Mô tả The extention notifiy of let's chat.
Kích Thước Tệp 72.93 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-08
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tohrinagi/lets-chat-notifier
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}