QuicklyChat Screen Sharing
This extension allows you to share your screen to quickly.chat
Hvad er QuicklyChat Screen Sharing?
QuicklyChat Screen Sharing er en Chrome-udvidelse udviklet af http://qqquickly.chat, og dens hovedfunktion er "This extension allows you to share your screen to quickly.chat".
Udvidelsesskærmbilleder
Download QuicklyChat Screen Sharing-udvidelses-CRX-fil
Download QuicklyChat Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to share your screen. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dkmjjdaadpoolcnbcbomoiipifbghlke |
| Officiel URL | https://chrome.google.com/webstore/detail/quicklychat-screen-sharin/dkmjjdaadpoolcnbcbomoiipifbghlke |
| Beskrivelse | This extension allows you to share your screen to quickly.chat |
| Filstørrelse | 8.86 KB |
| Antal Installationer | 30 |
| Nuværende Version | 2.0.1 |
| Senest Opdateret | 2017-08-28 |
| Udgivelsesdato | 2017-08-28 |
| Udvikler | http://qqquickly.chat |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://qqquickly.chat |
| Hjælpeside-URL | http://twitter.com/omnipresencehq |
| Understøttede Sprog | 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\/*"
]
}
]
} | |