SiteChat

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

SiteChatคืออะไร?

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

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

screenshot

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

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

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

                        SiteChat - Chat On Any Website!
Site Chat lets you chat with other users of any website. Just click on the SiteChat button while browsing any website, and chat instantly with others on that site!


SiteChat enables visitors to any website or web page chat with each other. To use Site Chat, simply download this plugin, click on the new SiteChat button on your browser when you visit any website, and you will instantly be able to chat with other SiteChat users who are on that page. Features include private one on one video chat with audio, friend requests, private chat, file sharing, nudges, and much more.

SiteChat is very similar to Skype, except there is no software to download, and you can meet random strangers who visit similar websites that you do. Think of chatting with other bidders on Ebay auctions, other buyers of a product you are interested in on Amazon, users of forums you visit, news sites, YouTube video pages, Facebook pages, Pinterest pages, Dating sites, and whatever other sites you like to visit!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SiteChat SiteChat
ID fkbbcncefiefompffijfmpdjfigheghn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sitechat/fkbbcncefiefompffijfmpdjfigheghn
คำอธิบาย ShoutBox chat allows to connect people who visit the same browser pages and creates real time chat between visitors.
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 202
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2015-11-16
วันที่เผยแพร่ 2015-11-16
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://www.sitechat.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sitechat.com
URL หน้าช่วยเหลือ http://www.sitechat.com
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "socket.io1.js",
            "jquery.min.js",
            "sprintf.min.js",
            "background.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.shoutbox.com\/*",
            "*:\/\/*.sitechat.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png"
    },
    "description": "ShoutBox chat 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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhu\/\/AXxDRBP\/RqlCVgnzgfKKDRfREb8tDVcPrDmPVHk52xgaMLZcY3BxwVz+LAp7E6LiIhG1s9cb9QipN8tmhm1aqb3GI9KOz5wr3UpjlT4RWmIBcMspls9Z0tk+VJUs7fo1tzdWMwP7WRD4EsY2AkZjTNeRgbd7EiOXHVcY7T29s572veqcF8Mv7jFmcPzsqXARKnUAtvEArFIHL7kDWvBNENNfh2UzJQ4TF0N0iJ\/mkeFnS20sjKBhfJtlOVGOLUWj37iiwDmJ9tw17+YTl6b7y9sUM2SuYKaEND\/LZvMfUfvGrlWtUyq9s6y2+\/UcpvvojzsW\/6npn4iIE4YrMQIDAQAB",
    "manifest_version": 2,
    "name": "SiteChat",
    "permissions": [
        "activeTab",
        "webNavigation",
        "webRequest",
        "tabs",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon_48.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1"
}