Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Hvad er Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta er en Chrome-udvidelse udviklet af https://app.sendtell.com, og dens hovedfunktion er "This extension allows you to share your screen in a Sendtell group call.".
Udvidelsesskærmbilleder
Download Sendtell Screen Capture Beta-udvidelses-CRX-fil
Download Sendtell Screen Capture Beta-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
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
| Officiel URL | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
| Beskrivelse | This extension allows you to share your screen in a Sendtell group call. |
| Filstørrelse | 20.59 KB |
| Antal Installationer | 35 |
| Nuværende Version | 2.7.3 |
| Senest Opdateret | 2016-06-28 |
| Udgivelsesdato | 2016-06-28 |
| Udvikler | https://app.sendtell.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://sendtell.com |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sendtell Screen Capture Beta",
"version": "2.7.3",
"description": "This extension allows you to share your screen in a Sendtell group call.",
"icons": {
"16": "sendtell-16.png",
"32": "sendtell-32.png",
"48": "sendtell-48.png",
"128": "sendtell-128.png"
},
"author": "Sendtell",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"*:\/\/*\/*"
]
}
],
"homepage_url": "https:\/\/sendtell.com",
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"sendtell-16.png",
"sendtell-32.png",
"sendtell-48.png",
"sendtell-128.png"
]
} | |