ChimeIn

ChimeIn

ChimeIn란 무엇입니까?

ChimeIn은(는) http://chimein.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChimeIn"입니다.

확장 프로그램 스크린샷

screenshot

ChimeIn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}