QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
Wat is QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing is een Chrome-extensie ontwikkeld door http://qqquickly.chat, en de belangrijkste functie is "This extension allows you to share your screen to quickly.chat".
Extensie Screenshots
Download het CRX-bestand van de extensie QuicklyChat Screen Sharing
Download QuicklyChat Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to share your screen. Basisinformatie over de Extensie
| Naam | |
| ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
| Officiële URL | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
| Beschrijving | This extension allows you to share your screen to quickly.chat |
| Bestandsgrootte | 8.86 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 2.0.1 |
| Laatst Bijgewerkt | 2017-08-28 |
| Publicatiedatum | 2017-08-28 |
| Ontwikkelaar | http://qqquickly.chat |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://qqquickly.chat |
| Help Pagina-URL | http://twitter.com/omnipresencehq |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |