Site Chat

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

Site Chatคืออะไร?

Site Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.shoutbox.com และคุณลักษณะหลักของมันคือ "SIteChat allows to connect people who visit the same browser pages and creates real time chat between visitors. "

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Chat

ดาวน์โหลดไฟล์ส่วนขยาย Site Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}