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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SIteChat allows to connect people who visit the same browser pages and creates real time chat between visitors. "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |