QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
What is QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing is a Chrome extension developed by http://qqquickly.chat, and its main feature is "This extension allows you to share your screen to quickly.chat".
Extension Screenshots
Download QuicklyChat Screen Sharing Extension CRX File
Download QuicklyChat Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to share your screen.
Extension Basic Information
Name | |
ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
Official URL | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
Description | This extension allows you to share your screen to quickly.chat |
File Size | 8.86 KB |
Installation Count | 30 |
Current Version | 2.0.1 |
Last Updated | 2017-08-28 |
Publish Date | 2017-08-28 |
Developer | http://qqquickly.chat |
[email protected] | |
Payment Type | free |
Extension Website | http://qqquickly.chat |
Help Page URL | http://twitter.com/omnipresencehq |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "QuicklyChat Screen Sharing", "short_name": "quickly.chat", "author": "quickly.chat", "version": "2.0.1", "description": "This extension allows you to share your screen to quickly.chat", "homepage_url": "https:\/\/qqquickly.chat\/", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "32": "icon32.png" } }, "icons": { "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/localhost:9009\/*" ] } ] } |