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
公式URL 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
Eメール [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
}