ChimeIn

ChimeIn

什麼是ChimeIn?

ChimeIn是由http://chimein.co開發的Chrome擴展程式,該擴展的主要功能是“ChimeIn”。

擴展截圖

screenshot

下載ChimeIn擴展crx文件

下載ChimeIn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ChimeIn ChimeIn
ID peoidejngnikkpidmaojahlapknffjhh
官方網址 https://chrome.google.com/webstore/detail/chimein/peoidejngnikkpidmaojahlapknffjhh
簡介 ChimeIn
檔案大小 53.71 KB
安裝次數 47
目前版本 1.4.0
更新時間 2021-07-02
上架時間 2018-04-02
評分 3.22/5 共 9 次評分
開發者 http://chimein.co
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.chimein.co
隱私政策頁面URL https://www.chimein.co/privacy.html
支援的語言 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
}