ChimeIn

ChimeIn

ChimeIn là gì?

ChimeIn là một tiện ích mở rộng Chrome được phát triển bởi http://chimein.co, và tính năng chính của nó là "ChimeIn".

Ả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 ChimeIn

Tải xuống các tệp mở rộng ChimeIn 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

                        Connect and communicate with other readers of the same web page.

ChimeIn adds a chat interface to your browser, as a layer above the web page you’re reading, while you can still see the web page.

Features:
- Login once, comment anywhere
- Login with email, Google+, Facebook, LinkedIn, Twitter, Reddit and Apple (NEW) simultaneously, easily select which account to comment with
- Share comments on several platforms with one click
- Extra layer opens on the web content for commenting, you stay on the page
- Easy to find your own and others’ comments and ratings on any web page
- Get notification when someone replies to your comments or starts to follow you
- Follow others or pages to be notified of new comments                    

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

Tên ChimeIn ChimeIn
ID peoidejngnikkpidmaojahlapknffjhh
URL Chính Thức https://chrome.google.com/webstore/detail/chimein/peoidejngnikkpidmaojahlapknffjhh
Mô tả ChimeIn
Kích Thước Tệp 53.71 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-07-02
Ngày Phát Hành 2018-04-02
Đánh Giá 3.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://chimein.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.chimein.co
URL Trang Chính Sách Bảo Mật https://www.chimein.co/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChimeIn",
    "short_name": "ChimeIn",
    "version": "1.4.0",
    "description": "ChimeIn",
    "permissions": [
        "gcm",
        "notifications",
        "activeTab",
        "storage",
        "https:\/\/*.chimein.co\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "porthole.min.js",
            "cloudforum_extension.js"
        ]
    },
    "browser_action": {
        "default_title": "ChimeIn",
        "default_icon": "forum32.png"
    },
    "icons": {
        "128": "forum128.png",
        "64": "forum64.png",
        "32": "forum32.png"
    },
    "manifest_version": 2
}