Site Chat

SIteChat allows to connect people who visit the same browser pages and creates real time chat between visitors.

Site Chat란 무엇입니까?

Site Chat은(는) http://www.shoutbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SIteChat allows to connect people who visit the same browser pages and creates real time chat between visitors. "입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Site chat is a free extension that allows to connect and chat  with people who visit the same website as you do.

Just click 1 button to start real time chat with connected people.

Now includes real time video chat, private chat, notifications,  history and friends list.                    

확장 프로그램 기본 정보

이름 Site Chat Site Chat
ID ohhimfdfcjjpkipeggnfdedhaoepfpfi
공식 URL https://chrome.google.com/webstore/detail/site-chat/ohhimfdfcjjpkipeggnfdedhaoepfpfi
설명 SIteChat allows to connect people who visit the same browser pages and creates real time chat between visitors.
파일 크기 213 KB
설치 횟수 81
현재 버전 0.5.3
최근 업데이트 2015-06-01
출시 날짜 2015-05-28
평점 5.00/5 총 2 개의 평점
개발자 http://www.shoutbox.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.shoutbox.com
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "socket.io1.js",
            "jquery.min.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.shoutbox.com\/*",
            "*:\/\/*.sitechat.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "options_page": "options.html",
    "description": "SIteChat  allows to connect people who visit the same browser pages and creates real time chat between visitors. ",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2npwH07ICi4wAEwBEF2TuxNU\/sfHj\/aLw11UlbII6yhep8aSzaFZ55dr+eraEaxLwmepxdy4oz2y+RV1mfg7Afb99td8ajwCIJzgxTDCqbcXqkYLjAnDJiLuY4j4rYxdF8bBBirQC2d+EYQ0HjHnhO91\/yffWl+PQkKsTzSWkhRXenuldjqRuo4\/bGVEZs37vN6UUF9QPBPRVjqgq3S9j\/ZdWCJnBlcch5e3t9AWwyhgaKPhjfPzjmoUOULx+492hqGbxWDtYaFmoeLTFqyRxC8LQBY\/VT8nl8aaPKl+G+OK+S2YFN36ONKCnrOWRQI4lTy3HID\/0avnUEs32nej5wIDAQAB",
    "manifest_version": 2,
    "name": "Site Chat",
    "permissions": [
        "activeTab",
        "webNavigation",
        "webRequest",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon_48.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.3"
}